Color Hex Logo

#fccc3b Color Hex

#FCCC3B
(252,204,59)
0 Favorites   0 Comments

Color spaces of #fccc3b

RGB 25220459
HSL0.130.970.61
HSV45°77°99°
CMYK 0.000.190.77   0.01
XYZ62.527264.196913.2334
Yxy64.19690.44680.4587
Hunter Lab80.1230-0.915546.2935
CIE-Lab84.06823.529073.4633

#fccc3b color RGB value is (252,204,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001100 00111011
Octal 374 314 73
Decimal 252 204 59
Hex FC CC 3B

RGB Percentages of Color #fccc3b

%48.93
%39.61
%11.46

CMYK Percentages of Color #fccc3b

%0
%19
%77
%1

Triadic Colors of #fccc3b

#fccc3b #3bfccc #cc3bfc

Analogous Colors of #fccc3b

#fccc3b #ccfc3b #fc6c3b

Monochromatic Colors of #fccc3b

#fccc3b

Complementary Color

#fccc3b #3b6bfc

#fccc3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccc3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccc3b Color CSS Codes

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

#fccc3b Text Font Color

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

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


#fccc3b Background Color

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

This div background color is #fccc3b


#fccc3b Border Color

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

This div border color is #fccc3b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccc3b

Related Colors


Comments

No comments written yet.

Please login to write comment.