Color Hex Logo

#cca29b Color Hex

#CCA29B
(204,162,155)
0 Favorites   0 Comments

Color spaces of #cca29b

RGB 204162155
HSL0.020.320.70
HSV24°80°
CMYK 0.000.210.24   0.20
XYZ43.738641.044636.6275
Yxy41.04460.36030.3381
Hunter Lab64.06619.748310.9493
CIE-Lab70.207214.43959.5378

#cca29b color RGB value is (204,162,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100010 10011011
Octal 314 242 233
Decimal 204 162 155
Hex CC A2 9B

RGB Percentages of Color #cca29b

%39.16
%31.09
%29.75

CMYK Percentages of Color #cca29b

%0
%21
%24
%20

Triadic Colors of #cca29b

#cca29b #9bcca2 #a29bcc

Analogous Colors of #cca29b

#cca29b #ccbb9b #cc9bad

Monochromatic Colors of #cca29b

#cca29b

Complementary Color

#cca29b #9bc5cc

#cca29b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca29b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca29b Color CSS Codes

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

#cca29b Text Font Color

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

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


#cca29b Background Color

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

This div background color is #cca29b


#cca29b Border Color

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

This div border color is #cca29b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,162,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 #cca29b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca29b


Comments

No comments written yet.

Please login to write comment.