Color Hex Logo

#ccaa31 Color Hex

#CCAA31
(204,170,49)
0 Favorites   0 Comments

Color spaces of #ccaa31

RGB 20417049
HSL0.130.610.50
HSV47°76°80°
CMYK 0.000.170.76   0.20
XYZ39.830941.80868.8763
Yxy41.80860.44000.4619
Hunter Lab64.6596-3.196637.1225
CIE-Lab70.73880.291762.8293

#ccaa31 color RGB value is (204,170,49).

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

The process color (four color CMYK) of #ccaa31 color hex is 0.00, 0.17, 0.76, 0.20. Web safe color of #ccaa31 is #cc9933. Color #ccaa31 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101010 00110001
Octal 314 252 61
Decimal 204 170 49
Hex CC AA 31

RGB Percentages of Color #ccaa31

%48.23
%40.19
%11.58

CMYK Percentages of Color #ccaa31

%0
%17
%76
%20

Triadic Colors of #ccaa31

#ccaa31 #31ccaa #aa31cc

Analogous Colors of #ccaa31

#ccaa31 #a1cc31 #cc5d31

Monochromatic Colors of #ccaa31

#ccaa31

Complementary Color

#ccaa31 #3153cc

#ccaa31 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccaa31 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccaa31 Color CSS Codes

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

#ccaa31 Text Font Color

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

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


#ccaa31 Background Color

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

This div background color is #ccaa31


#ccaa31 Border Color

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

This div border color is #ccaa31


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccaa31


Comments

No comments written yet.

Please login to write comment.