Color Hex Logo

#cca89b Color Hex

#CCA89B
(204,168,155)
0 Favorites   0 Comments

Color spaces of #cca89b

RGB 204168155
HSL0.040.320.70
HSV16°24°80°
CMYK 0.000.180.24   0.20
XYZ44.820943.209236.9882
Yxy43.20920.35850.3456
Hunter Lab65.73376.677312.6513
CIE-Lab71.696711.177011.6509

#cca89b color RGB value is (204,168,155).

#cca89b hex color red value is 204, green value is 168 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #cca89b hue: 0.04 , saturation: 0.32 and the lightness value of cca89b is 0.70.

The process color (four color CMYK) of #cca89b color hex is 0.00, 0.18, 0.24, 0.20. Web safe color of #cca89b is #cc9999. Color #cca89b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101000 10011011
Octal 314 250 233
Decimal 204 168 155
Hex CC A8 9B

RGB Percentages of Color #cca89b

%38.71
%31.88
%29.41

CMYK Percentages of Color #cca89b

%0
%18
%24
%20

Triadic Colors of #cca89b

#cca89b #9bcca8 #a89bcc

Analogous Colors of #cca89b

#cca89b #ccc19b #cc9ba7

Monochromatic Colors of #cca89b

#cca89b

Complementary Color

#cca89b #9bbfcc

#cca89b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca89b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca89b Color CSS Codes

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

#cca89b Text Font Color

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

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


#cca89b Background Color

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

This div background color is #cca89b


#cca89b Border Color

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

This div border color is #cca89b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca89b


Comments

No comments written yet.

Please login to write comment.