Color Hex Logo

#fbda4e Color Hex

#FBDA4E
(251,218,78)
0 Favorites   0 Comments

Color spaces of #fbda4e

RGB 25121878
HSL0.130.960.65
HSV49°69°98°
CMYK 0.000.130.69   0.02
XYZ66.230271.202117.4604
Yxy71.20210.42760.4597
Hunter Lab84.3813-7.564246.7985
CIE-Lab87.5831-3.201269.9336

#fbda4e color RGB value is (251,218,78).

#fbda4e hex color red value is 251, green value is 218 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #fbda4e hue: 0.13 , saturation: 0.96 and the lightness value of fbda4e is 0.65.

The process color (four color CMYK) of #fbda4e color hex is 0.00, 0.13, 0.69, 0.02. Web safe color of #fbda4e is #ffcc66. Color #fbda4e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011010 01001110
Octal 373 332 116
Decimal 251 218 78
Hex FB DA 4E

RGB Percentages of Color #fbda4e

%45.89
%39.85
%14.26

CMYK Percentages of Color #fbda4e

%0
%13
%69
%2

Triadic Colors of #fbda4e

#fbda4e #4efbda #da4efb

Analogous Colors of #fbda4e

#fbda4e #c6fb4e #fb844e

Monochromatic Colors of #fbda4e

#fbda4e

Complementary Color

#fbda4e #4e6ffb

#fbda4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbda4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbda4e Color CSS Codes

.mybgcolor {background-color:#fbda4e; } 
.myforecolor {color:#fbda4e; }
.mybordercolor {border:3px solid #fbda4e; }

#fbda4e Text Font Color

<p style="color:#fbda4e">Text here</p>

This sample text font color is #fbda4e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#fbda4e Background Color

<div style="background-color:#fbda4e">
Div content here</div>

This div background color is #fbda4e


#fbda4e Border Color

<div style="border:3px solid #fbda4e">
Div here</div>

This div border color is #fbda4e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(251,218,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fbda4e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fbda4e;
  -webkit-box-shadow: 1px 1px 3px 2px #fbda4e;
  box-shadow:         1px 1px 3px 2px #fbda4e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,218,78, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fbda4e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #fbda4e;
  -webkit-box-shadow: 1px 1px 3px 2px #fbda4e;
  box-shadow:         1px 1px 3px 2px #fbda4e;">
Div content here</div>

This div box has shadow with color #fbda4e


Comments

No comments written yet.

Please login to write comment.