Color Hex Logo

#fcc008 Color Hex

#FCC008
(252,192,8)
0 Favorites   0 Comments

Color spaces of #fcc008

RGB 2521928
HSL0.130.980.51
HSV45°97°99°
CMYK 0.000.240.97   0.01
XYZ59.038358.41238.3928
Yxy58.41230.46910.4642
Hunter Lab76.42794.137046.9887
CIE-Lab80.96758.650882.0691

#fcc008 color RGB value is (252,192,8).

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

The process color (four color CMYK) of #fcc008 color hex is 0.00, 0.24, 0.97, 0.01. Web safe color of #fcc008 is #ffcc00. Color #fcc008 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000000 00001000
Octal 374 300 10
Decimal 252 192 8
Hex FC C0 8

RGB Percentages of Color #fcc008

%55.75
%42.48
%1.77

CMYK Percentages of Color #fcc008

%0
%24
%97
%1

Triadic Colors of #fcc008

#fcc008 #08fcc0 #c008fc

Analogous Colors of #fcc008

#fcc008 #befc08 #fc4608

Monochromatic Colors of #fcc008

#fcc008

Complementary Color

#fcc008 #0844fc

#fcc008 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc008 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc008 Color CSS Codes

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

#fcc008 Text Font Color

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

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


#fcc008 Background Color

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

This div background color is #fcc008


#fcc008 Border Color

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

This div border color is #fcc008


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc008


Comments

No comments written yet.

Please login to write comment.