Color Hex Logo

#fbdc87 Color Hex

#FBDC87
(251,220,135)
0 Favorites   0 Comments

Color spaces of #fbdc87

RGB 251220135
HSL0.120.940.76
HSV44°46°98°
CMYK 0.000.120.46   0.02
XYZ69.750073.444933.4217
Yxy73.44490.39490.4158
Hunter Lab85.7000-4.696436.8678
CIE-Lab88.6595-0.123245.5347

#fbdc87 color RGB value is (251,220,135).

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

The process color (four color CMYK) of #fbdc87 color hex is 0.00, 0.12, 0.46, 0.02. Web safe color of #fbdc87 is #ffcc99. Color #fbdc87 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011100 10000111
Octal 373 334 207
Decimal 251 220 135
Hex FB DC 87

RGB Percentages of Color #fbdc87

%41.42
%36.30
%22.28

CMYK Percentages of Color #fbdc87

%0
%12
%46
%2

Triadic Colors of #fbdc87

#fbdc87 #87fbdc #dc87fb

Analogous Colors of #fbdc87

#fbdc87 #e0fb87 #fba287

Monochromatic Colors of #fbdc87

#fbdc87

Complementary Color

#fbdc87 #87a6fb

#fbdc87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdc87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdc87 Color CSS Codes

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

#fbdc87 Text Font Color

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

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


#fbdc87 Background Color

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

This div background color is #fbdc87


#fbdc87 Border Color

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

This div border color is #fbdc87


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdc87


Comments

No comments written yet.

Please login to write comment.