Color Hex Logo

#fcf087 Color Hex

#FCF087
(252,240,135)
0 Favorites   0 Comments

Color spaces of #fcf087

RGB 252240135
HSL0.150.950.76
HSV54°46°99°
CMYK 0.000.050.46   0.01
XYZ75.678184.764935.2943
Yxy84.76490.38660.4331
Hunter Lab92.0679-14.395041.7186
CIE-Lab93.7817-9.770851.8921

#fcf087 color RGB value is (252,240,135).

#fcf087 hex color red value is 252, green value is 240 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #fcf087 hue: 0.15 , saturation: 0.95 and the lightness value of fcf087 is 0.76.

The process color (four color CMYK) of #fcf087 color hex is 0.00, 0.05, 0.46, 0.01. Web safe color of #fcf087 is #ffff99. Color #fcf087 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11110000 10000111
Octal 374 360 207
Decimal 252 240 135
Hex FC F0 87

RGB Percentages of Color #fcf087

%40.19
%38.28
%21.53

CMYK Percentages of Color #fcf087

%0
%5
%46
%1

Triadic Colors of #fcf087

#fcf087 #87fcf0 #f087fc

Analogous Colors of #fcf087

#fcf087 #cefc87 #fcb687

Monochromatic Colors of #fcf087

#fcf087

Complementary Color

#fcf087 #8793fc

#fcf087 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcf087 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcf087 Color CSS Codes

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

#fcf087 Text Font Color

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

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


#fcf087 Background Color

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

This div background color is #fcf087


#fcf087 Border Color

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

This div border color is #fcf087


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,240,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 #fcf087">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcf087


Comments

No comments written yet.

Please login to write comment.