Color Hex Logo

#cca7ab Color Hex

#CCA7AB
(204,167,171)
0 Favorites   0 Comments

Color spaces of #cca7ab

RGB 204167171
HSL0.980.270.73
HSV354°18°80°
CMYK 0.000.180.16   0.20
XYZ46.071243.415144.4798
Yxy43.41510.34390.3241
Hunter Lab65.89019.50176.0988
CIE-Lab71.835814.16323.0421

#cca7ab color RGB value is (204,167,171).

#cca7ab hex color red value is 204, green value is 167 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #cca7ab hue: 0.98 , saturation: 0.27 and the lightness value of cca7ab is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100111 10101011
Octal 314 247 253
Decimal 204 167 171
Hex CC A7 AB

RGB Percentages of Color #cca7ab

%37.64
%30.81
%31.55

CMYK Percentages of Color #cca7ab

%0
%18
%16
%20

Triadic Colors of #cca7ab

#cca7ab #abcca7 #a7abcc

Analogous Colors of #cca7ab

#cca7ab #ccb6a7 #cca7be

Monochromatic Colors of #cca7ab

#cca7ab

Complementary Color

#cca7ab #a7ccc8

#cca7ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca7ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca7ab Color CSS Codes

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

#cca7ab Text Font Color

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

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


#cca7ab Background Color

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

This div background color is #cca7ab


#cca7ab Border Color

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

This div border color is #cca7ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca7ab


Comments

No comments written yet.

Please login to write comment.