Color Hex Logo

#fcd89e Color Hex

#FCD89E
(252,216,158)
0 Favorites   0 Comments

Color spaces of #fcd89e

RGB 252216158
HSL0.100.940.80
HSV37°37°99°
CMYK 0.000.140.37   0.01
XYZ70.872372.275842.5630
Yxy72.27580.38160.3892
Hunter Lab85.01520.028729.8270
CIE-Lab88.10124.689333.2489

#fcd89e color RGB value is (252,216,158).

#fcd89e hex color red value is 252, green value is 216 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #fcd89e hue: 0.10 , saturation: 0.94 and the lightness value of fcd89e is 0.80.

The process color (four color CMYK) of #fcd89e color hex is 0.00, 0.14, 0.37, 0.01. Web safe color of #fcd89e is #ffcc99. Color #fcd89e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011000 10011110
Octal 374 330 236
Decimal 252 216 158
Hex FC D8 9E

RGB Percentages of Color #fcd89e

%40.26
%34.50
%25.24

CMYK Percentages of Color #fcd89e

%0
%14
%37
%1

Triadic Colors of #fcd89e

#fcd89e #9efcd8 #d89efc

Analogous Colors of #fcd89e

#fcd89e #f1fc9e #fca99e

Monochromatic Colors of #fcd89e

#fcd89e

Complementary Color

#fcd89e #9ec2fc

#fcd89e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd89e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd89e Color CSS Codes

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

#fcd89e Text Font Color

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

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


#fcd89e Background Color

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

This div background color is #fcd89e


#fcd89e Border Color

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

This div border color is #fcd89e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd89e


Comments

No comments written yet.

Please login to write comment.