Color Hex Logo

#fcd66c Color Hex

#FCD66C
(252,214,108)
0 Favorites   0 Comments

Color spaces of #fcd66c

RGB 252214108
HSL0.120.960.71
HSV44°57°99°
CMYK 0.000.150.57   0.01
XYZ66.898269.871324.1479
Yxy69.87130.41570.4342
Hunter Lab83.5891-3.423341.3842
CIE-Lab86.93371.083356.4112

#fcd66c color RGB value is (252,214,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010110 01101100
Octal 374 326 154
Decimal 252 214 108
Hex FC D6 6C

RGB Percentages of Color #fcd66c

%43.90
%37.28
%18.82

CMYK Percentages of Color #fcd66c

%0
%15
%57
%1

Triadic Colors of #fcd66c

#fcd66c #6cfcd6 #d66cfc

Analogous Colors of #fcd66c

#fcd66c #dafc6c #fc8e6c

Monochromatic Colors of #fcd66c

#fcd66c

Complementary Color

#fcd66c #6c92fc

#fcd66c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd66c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd66c Color CSS Codes

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

#fcd66c Text Font Color

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

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


#fcd66c Background Color

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

This div background color is #fcd66c


#fcd66c Border Color

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

This div border color is #fcd66c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd66c


Comments

No comments written yet.

Please login to write comment.