Color Hex Logo

#fbd877 Color Hex

#FBD877
(251,216,119)
0 Favorites   0 Comments

Color spaces of #fbd877

RGB 251216119
HSL0.120.940.73
HSV44°53°98°
CMYK 0.000.140.53   0.02
XYZ67.669370.952927.5815
Yxy70.95290.40710.4269
Hunter Lab84.2335-4.010139.5495
CIE-Lab87.46210.507951.8367

#fbd877 color RGB value is (251,216,119).

#fbd877 hex color red value is 251, green value is 216 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #fbd877 hue: 0.12 , saturation: 0.94 and the lightness value of fbd877 is 0.73.

The process color (four color CMYK) of #fbd877 color hex is 0.00, 0.14, 0.53, 0.02. Web safe color of #fbd877 is #ffcc66. Color #fbd877 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011000 01110111
Octal 373 330 167
Decimal 251 216 119
Hex FB D8 77

RGB Percentages of Color #fbd877

%42.83
%36.86
%20.31

CMYK Percentages of Color #fbd877

%0
%14
%53
%2

Triadic Colors of #fbd877

#fbd877 #77fbd8 #d877fb

Analogous Colors of #fbd877

#fbd877 #dcfb77 #fb9677

Monochromatic Colors of #fbd877

#fbd877

Complementary Color

#fbd877 #779afb

#fbd877 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd877 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd877 Color CSS Codes

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

#fbd877 Text Font Color

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

This sample text font color is #fbd877
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.


#fbd877 Background Color

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

This div background color is #fbd877


#fbd877 Border Color

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

This div border color is #fbd877


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd877


Comments

No comments written yet.

Please login to write comment.