Color Hex Logo

#cc902f Color Hex

#CC902F
(204,144,47)
0 Favorites   0 Comments

Color spaces of #cc902f

RGB 20414447
HSL0.100.630.49
HSV37°77°80°
CMYK 0.000.290.77   0.20
XYZ35.388232.98917.1917
Yxy32.98910.46830.4365
Hunter Lab57.43619.466232.7815
CIE-Lab64.152114.219357.3481

#cc902f color RGB value is (204,144,47).

#cc902f hex color red value is 204, green value is 144 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #cc902f hue: 0.10 , saturation: 0.63 and the lightness value of cc902f is 0.49.

The process color (four color CMYK) of #cc902f color hex is 0.00, 0.29, 0.77, 0.20. Web safe color of #cc902f is #cc9933. Color #cc902f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10010000 00101111
Octal 314 220 57
Decimal 204 144 47
Hex CC 90 2F

RGB Percentages of Color #cc902f

%51.65
%36.46
%11.90

CMYK Percentages of Color #cc902f

%0
%29
%77
%20

Triadic Colors of #cc902f

#cc902f #2fcc90 #902fcc

Analogous Colors of #cc902f

#cc902f #bacc2f #cc422f

Monochromatic Colors of #cc902f

#cc902f

Complementary Color

#cc902f #2f6bcc

#cc902f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc902f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc902f Color CSS Codes

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

#cc902f Text Font Color

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

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


#cc902f Background Color

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

This div background color is #cc902f


#cc902f Border Color

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

This div border color is #cc902f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc902f


Comments

No comments written yet.

Please login to write comment.