Color Hex Logo

#fcd07c Color Hex

#FCD07C
(252,208,124)
0 Favorites   0 Comments

Color spaces of #fcd07c

RGB 252208124
HSL0.110.960.74
HSV39°51°99°
CMYK 0.000.170.51   0.01
XYZ66.338867.262428.5553
Yxy67.26240.40910.4148
Hunter Lab82.01370.860336.7661
CIE-Lab85.63635.432447.2166

#fcd07c color RGB value is (252,208,124).

#fcd07c hex color red value is 252, green value is 208 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #fcd07c hue: 0.11 , saturation: 0.96 and the lightness value of fcd07c is 0.74.

The process color (four color CMYK) of #fcd07c color hex is 0.00, 0.17, 0.51, 0.01. Web safe color of #fcd07c is #ffcc66. Color #fcd07c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010000 01111100
Octal 374 320 174
Decimal 252 208 124
Hex FC D0 7C

RGB Percentages of Color #fcd07c

%43.15
%35.62
%21.23

CMYK Percentages of Color #fcd07c

%0
%17
%51
%1

Triadic Colors of #fcd07c

#fcd07c #7cfcd0 #d07cfc

Analogous Colors of #fcd07c

#fcd07c #e8fc7c #fc907c

Monochromatic Colors of #fcd07c

#fcd07c

Complementary Color

#fcd07c #7ca8fc

#fcd07c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd07c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd07c Color CSS Codes

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

#fcd07c Text Font Color

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

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


#fcd07c Background Color

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

This div background color is #fcd07c


#fcd07c Border Color

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

This div border color is #fcd07c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd07c


Comments

No comments written yet.

Please login to write comment.