Color Hex Logo

#cc982a Color Hex

#CC982A
(204,152,42)
0 Favorites   0 Comments

Color spaces of #cc982a

RGB 20415242
HSL0.110.660.48
HSV41°79°80°
CMYK 0.000.250.79   0.20
XYZ36.548035.46107.1089
Yxy35.46100.46190.4482
Hunter Lab59.54915.342534.6064
CIE-Lab66.10609.684661.0284

#cc982a color RGB value is (204,152,42).

#cc982a hex color red value is 204, green value is 152 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #cc982a hue: 0.11 , saturation: 0.66 and the lightness value of cc982a is 0.48.

The process color (four color CMYK) of #cc982a color hex is 0.00, 0.25, 0.79, 0.20. Web safe color of #cc982a is #cc9933. Color #cc982a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10011000 00101010
Octal 314 230 52
Decimal 204 152 42
Hex CC 98 2A

RGB Percentages of Color #cc982a

%51.26
%38.19
%10.55

CMYK Percentages of Color #cc982a

%0
%25
%79
%20

Triadic Colors of #cc982a

#cc982a #2acc98 #982acc

Analogous Colors of #cc982a

#cc982a #afcc2a #cc472a

Monochromatic Colors of #cc982a

#cc982a

Complementary Color

#cc982a #2a5ecc

#cc982a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc982a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc982a Color CSS Codes

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

#cc982a Text Font Color

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

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


#cc982a Background Color

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

This div background color is #cc982a


#cc982a Border Color

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

This div border color is #cc982a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc982a


Comments

No comments written yet.

Please login to write comment.