Color Hex Logo

#fcd87d Color Hex

#FCD87D
(252,216,125)
0 Favorites   0 Comments

Color spaces of #fcd87d

RGB 252216125
HSL0.120.950.74
HSV43°50°99°
CMYK 0.000.140.50   0.01
XYZ68.402471.287829.5568
Yxy71.28780.40420.4212
Hunter Lab84.4321-3.145038.3471
CIE-Lab87.62461.413949.1654

#fcd87d color RGB value is (252,216,125).

#fcd87d hex color red value is 252, green value is 216 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #fcd87d hue: 0.12 , saturation: 0.95 and the lightness value of fcd87d is 0.74.

The process color (four color CMYK) of #fcd87d color hex is 0.00, 0.14, 0.50, 0.01. Web safe color of #fcd87d is #ffcc66. Color #fcd87d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011000 01111101
Octal 374 330 175
Decimal 252 216 125
Hex FC D8 7D

RGB Percentages of Color #fcd87d

%42.50
%36.42
%21.08

CMYK Percentages of Color #fcd87d

%0
%14
%50
%1

Triadic Colors of #fcd87d

#fcd87d #7dfcd8 #d87dfc

Analogous Colors of #fcd87d

#fcd87d #e1fc7d #fc997d

Monochromatic Colors of #fcd87d

#fcd87d

Complementary Color

#fcd87d #7da1fc

#fcd87d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd87d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd87d Color CSS Codes

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

#fcd87d Text Font Color

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

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


#fcd87d Background Color

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

This div background color is #fcd87d


#fcd87d Border Color

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

This div border color is #fcd87d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd87d


Comments

No comments written yet.

Please login to write comment.