Color Hex Logo

#fccb2c Color Hex

#FCCB2C
(252,203,44)
0 Favorites   0 Comments

Color spaces of #fccb2c

RGB 25220344
HSL0.130.970.58
HSV46°83°99°
CMYK 0.000.190.83   0.01
XYZ61.955463.589211.3914
Yxy63.58920.45240.4644
Hunter Lab79.7428-0.866247.3503
CIE-Lab83.75143.564777.7451

#fccb2c color RGB value is (252,203,44).

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

The process color (four color CMYK) of #fccb2c color hex is 0.00, 0.19, 0.83, 0.01. Web safe color of #fccb2c is #ffcc33. Color #fccb2c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001011 00101100
Octal 374 313 54
Decimal 252 203 44
Hex FC CB 2C

RGB Percentages of Color #fccb2c

%50.50
%40.68
%8.82

CMYK Percentages of Color #fccb2c

%0
%19
%83
%1

Triadic Colors of #fccb2c

#fccb2c #2cfccb #cb2cfc

Analogous Colors of #fccb2c

#fccb2c #c5fc2c #fc632c

Monochromatic Colors of #fccb2c

#fccb2c

Complementary Color

#fccb2c #2c5dfc

#fccb2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccb2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccb2c Color CSS Codes

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

#fccb2c Text Font Color

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

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


#fccb2c Background Color

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

This div background color is #fccb2c


#fccb2c Border Color

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

This div border color is #fccb2c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccb2c


Comments

No comments written yet.

Please login to write comment.