Color Hex Logo

#ccac88 Color Hex

#CCAC88
(204,172,136)
0 Favorites   0 Comments

Color spaces of #ccac88

RGB 204172136
HSL0.090.400.67
HSV32°33°80°
CMYK 0.000.160.33   0.20
XYZ44.098344.120029.4843
Yxy44.12000.37470.3748
Hunter Lab66.42292.266520.1779
CIE-Lab72.30866.436722.8644

#ccac88 color RGB value is (204,172,136).

#ccac88 hex color red value is 204, green value is 172 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #ccac88 hue: 0.09 , saturation: 0.40 and the lightness value of ccac88 is 0.67.

The process color (four color CMYK) of #ccac88 color hex is 0.00, 0.16, 0.33, 0.20. Web safe color of #ccac88 is #cc9999. Color #ccac88 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101100 10001000
Octal 314 254 210
Decimal 204 172 136
Hex CC AC 88

RGB Percentages of Color #ccac88

%39.84
%33.59
%26.56

CMYK Percentages of Color #ccac88

%0
%16
%33
%20

Triadic Colors of #ccac88

#ccac88 #88ccac #ac88cc

Analogous Colors of #ccac88

#ccac88 #cacc88 #cc8a88

Monochromatic Colors of #ccac88

#ccac88

Complementary Color

#ccac88 #88a8cc

#ccac88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccac88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccac88 Color CSS Codes

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

#ccac88 Text Font Color

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

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


#ccac88 Background Color

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

This div background color is #ccac88


#ccac88 Border Color

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

This div border color is #ccac88


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccac88


Comments

No comments written yet.

Please login to write comment.