Color Hex Logo

#fcd606 Color Hex

#FCD606
(252,214,6)
0 Favorites   0 Comments

Color spaces of #fcd606

RGB 2522146
HSL0.140.980.51
HSV51°98°99°
CMYK 0.000.150.98   0.01
XYZ64.224368.801710.0674
Yxy68.80170.44880.4808
Hunter Lab82.9468-6.947350.8666
CIE-Lab86.4058-2.647586.1240

#fcd606 color RGB value is (252,214,6).

#fcd606 hex color red value is 252, green value is 214 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #fcd606 hue: 0.14 , saturation: 0.98 and the lightness value of fcd606 is 0.51.

The process color (four color CMYK) of #fcd606 color hex is 0.00, 0.15, 0.98, 0.01. Web safe color of #fcd606 is #ffcc00. Color #fcd606 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010110 00000110
Octal 374 326 6
Decimal 252 214 6
Hex FC D6 6

RGB Percentages of Color #fcd606

%53.39
%45.34
%1.27

CMYK Percentages of Color #fcd606

%0
%15
%98
%1

Triadic Colors of #fcd606

#fcd606 #06fcd6 #d606fc

Analogous Colors of #fcd606

#fcd606 #a7fc06 #fc5b06

Monochromatic Colors of #fcd606

#fcd606

Complementary Color

#fcd606 #062cfc

#fcd606 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd606 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd606 Color CSS Codes

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

#fcd606 Text Font Color

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

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


#fcd606 Background Color

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

This div background color is #fcd606


#fcd606 Border Color

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

This div border color is #fcd606


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd606

Related Colors


Comments

No comments written yet.

Please login to write comment.