Color Hex Logo

#fcd642 Color Hex

#FCD642
(252,214,66)
0 Favorites   0 Comments

Color spaces of #fcd642

RGB 25221466
HSL0.130.970.62
HSV48°74°99°
CMYK 0.000.150.74   0.01
XYZ65.174869.181915.0726
Yxy69.18190.43620.4630
Hunter Lab83.1757-5.688347.4788
CIE-Lab86.5940-1.305273.4262

#fcd642 color RGB value is (252,214,66).

#fcd642 hex color red value is 252, green value is 214 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #fcd642 hue: 0.13 , saturation: 0.97 and the lightness value of fcd642 is 0.62.

The process color (four color CMYK) of #fcd642 color hex is 0.00, 0.15, 0.74, 0.01. Web safe color of #fcd642 is #ffcc33. Color #fcd642 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010110 01000010
Octal 374 326 102
Decimal 252 214 66
Hex FC D6 42

RGB Percentages of Color #fcd642

%47.37
%40.23
%12.41

CMYK Percentages of Color #fcd642

%0
%15
%74
%1

Triadic Colors of #fcd642

#fcd642 #42fcd6 #d642fc

Analogous Colors of #fcd642

#fcd642 #c5fc42 #fc7942

Monochromatic Colors of #fcd642

#fcd642

Complementary Color

#fcd642 #4268fc

#fcd642 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd642 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd642 Color CSS Codes

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

#fcd642 Text Font Color

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

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


#fcd642 Background Color

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

This div background color is #fcd642


#fcd642 Border Color

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

This div border color is #fcd642


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd642


Comments

No comments written yet.

Please login to write comment.