Color Hex Logo

#ccaa32 Color Hex

#CCAA32
(204,170,50)
0 Favorites   0 Comments

Color spaces of #ccaa32

RGB 20417050
HSL0.130.610.50
HSV47°75°80°
CMYK 0.000.170.75   0.20
XYZ39.852341.81718.9887
Yxy41.81710.43960.4613
Hunter Lab64.6661-3.160237.0249
CIE-Lab70.74460.333362.4749

#ccaa32 color RGB value is (204,170,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101010 00110010
Octal 314 252 62
Decimal 204 170 50
Hex CC AA 32

RGB Percentages of Color #ccaa32

%48.11
%40.09
%11.79

CMYK Percentages of Color #ccaa32

%0
%17
%75
%20

Triadic Colors of #ccaa32

#ccaa32 #32ccaa #aa32cc

Analogous Colors of #ccaa32

#ccaa32 #a1cc32 #cc5d32

Monochromatic Colors of #ccaa32

#ccaa32

Complementary Color

#ccaa32 #3254cc

#ccaa32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccaa32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccaa32 Color CSS Codes

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

#ccaa32 Text Font Color

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

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


#ccaa32 Background Color

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

This div background color is #ccaa32


#ccaa32 Border Color

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

This div border color is #ccaa32


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccaa32


Comments

No comments written yet.

Please login to write comment.