color codes Logo

#fcd17c color codes

#FCD17C
(252,209,124)
0 Favorites   0 Comments

Color spaces of #fcd17c

RGB 252209124
HSL0.110.960.74
HSV40°51°99°
CMYK 0.000.170.51   0.01
XYZ66.583467.751628.6368
Yxy67.75160.40860.4157
Hunter Lab82.31140.347536.9905
CIE-Lab85.88214.917447.5188

#fcd17c color RGB value is (252,209,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010001 01111100
Octal 374 321 174
Decimal 252 209 124
Hex FC D1 7C

RGB Percentages of Color #fcd17c

%43.08
%35.73
%21.20

CMYK Percentages of Color #fcd17c

%0
%17
%51
%1

Triadic Colors of #fcd17c

#fcd17c #7cfcd1 #d17cfc

Analogous Colors of #fcd17c

#fcd17c #e7fc7c #fc917c

Monochromatic Colors of #fcd17c

#fcd17c

Complementary Color

#fcd17c #7ca7fc

#fcd17c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd17c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd17c Color CSS Codes

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

#fcd17c Text Font Color

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

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


#fcd17c Background Color

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

This div background color is #fcd17c


#fcd17c Border Color

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

This div border color is #fcd17c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd17c


Comments

No comments written yet.

Please login to write comment.