Color Hex Logo

#ccaa83 Color Hex

#CCAA83
(204,170,131)
0 Favorites   0 Comments

Color spaces of #ccaa83

RGB 204170131
HSL0.090.420.66
HSV32°36°80°
CMYK 0.000.170.36   0.20
XYZ43.373343.225527.5301
Yxy43.22550.38000.3787
Hunter Lab65.74612.702421.1956
CIE-Lab71.70786.893724.7527

#ccaa83 color RGB value is (204,170,131).

#ccaa83 hex color red value is 204, green value is 170 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #ccaa83 hue: 0.09 , saturation: 0.42 and the lightness value of ccaa83 is 0.66.

The process color (four color CMYK) of #ccaa83 color hex is 0.00, 0.17, 0.36, 0.20. Web safe color of #ccaa83 is #cc9999. Color #ccaa83 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101010 10000011
Octal 314 252 203
Decimal 204 170 131
Hex CC AA 83

RGB Percentages of Color #ccaa83

%40.40
%33.66
%25.94

CMYK Percentages of Color #ccaa83

%0
%17
%36
%20

Triadic Colors of #ccaa83

#ccaa83 #83ccaa #aa83cc

Analogous Colors of #ccaa83

#ccaa83 #cacc83 #cc8683

Monochromatic Colors of #ccaa83

#ccaa83

Complementary Color

#ccaa83 #83a5cc

#ccaa83 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccaa83 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccaa83 Color CSS Codes

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

#ccaa83 Text Font Color

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

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


#ccaa83 Background Color

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

This div background color is #ccaa83


#ccaa83 Border Color

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

This div border color is #ccaa83


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccaa83


Comments

No comments written yet.

Please login to write comment.