Color Hex Logo

#fccc0b Color Hex

#FCCC0B
(252,204,11)
0 Favorites   0 Comments

Color spaces of #fccc0b

RGB 25220411
HSL0.130.980.52
HSV48°96°99°
CMYK 0.000.190.96   0.01
XYZ61.798263.90539.3945
Yxy63.90530.45740.4730
Hunter Lab79.9408-1.907048.9909
CIE-Lab83.91642.486583.8937

#fccc0b color RGB value is (252,204,11).

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

The process color (four color CMYK) of #fccc0b color hex is 0.00, 0.19, 0.96, 0.01. Web safe color of #fccc0b is #ffcc00. Color #fccc0b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001100 00001011
Octal 374 314 13
Decimal 252 204 11
Hex FC CC B

RGB Percentages of Color #fccc0b

%53.96
%43.68
%2.36

CMYK Percentages of Color #fccc0b

%0
%19
%96
%1

Triadic Colors of #fccc0b

#fccc0b #0bfccc #cc0bfc

Analogous Colors of #fccc0b

#fccc0b #b4fc0b #fc540b

Monochromatic Colors of #fccc0b

#fccc0b

Complementary Color

#fccc0b #0b3bfc

#fccc0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccc0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccc0b Color CSS Codes

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

#fccc0b Text Font Color

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

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


#fccc0b Background Color

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

This div background color is #fccc0b


#fccc0b Border Color

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

This div border color is #fccc0b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccc0b


Comments

No comments written yet.

Please login to write comment.