Color Hex Logo

#fcd96c Color Hex

#FCD96C
(252,217,108)
0 Favorites   0 Comments

Color spaces of #fcd96c

RGB 252217108
HSL0.130.960.71
HSV45°57°99°
CMYK 0.000.140.57   0.01
XYZ67.664571.403924.4034
Yxy71.40390.41390.4368
Hunter Lab84.5008-4.941642.0279
CIE-Lab87.6809-0.445557.2740

#fcd96c color RGB value is (252,217,108).

#fcd96c hex color red value is 252, green value is 217 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #fcd96c hue: 0.13 , saturation: 0.96 and the lightness value of fcd96c is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011001 01101100
Octal 374 331 154
Decimal 252 217 108
Hex FC D9 6C

RGB Percentages of Color #fcd96c

%43.67
%37.61
%18.72

CMYK Percentages of Color #fcd96c

%0
%14
%57
%1

Triadic Colors of #fcd96c

#fcd96c #6cfcd9 #d96cfc

Analogous Colors of #fcd96c

#fcd96c #d7fc6c #fc916c

Monochromatic Colors of #fcd96c

#fcd96c

Complementary Color

#fcd96c #6c8ffc

#fcd96c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd96c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd96c Color CSS Codes

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

#fcd96c Text Font Color

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

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


#fcd96c Background Color

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

This div background color is #fcd96c


#fcd96c Border Color

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

This div border color is #fcd96c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd96c


Comments

No comments written yet.

Please login to write comment.