Color Hex Logo

#ccafab Color Hex

#CCAFAB
(204,175,171)
0 Favorites   0 Comments

Color spaces of #ccafab

RGB 204175171
HSL0.020.240.74
HSV16°80°
CMYK 0.000.140.16   0.20
XYZ47.582546.437644.9836
Yxy46.43760.34230.3341
Hunter Lab68.14515.38408.5634
CIE-Lab73.82869.82225.9197

#ccafab color RGB value is (204,175,171).

#ccafab hex color red value is 204, green value is 175 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ccafab hue: 0.02 , saturation: 0.24 and the lightness value of ccafab is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101111 10101011
Octal 314 257 253
Decimal 204 175 171
Hex CC AF AB

RGB Percentages of Color #ccafab

%37.09
%31.82
%31.09

CMYK Percentages of Color #ccafab

%0
%14
%16
%20

Triadic Colors of #ccafab

#ccafab #abccaf #afabcc

Analogous Colors of #ccafab

#ccafab #ccc0ab #ccabb8

Monochromatic Colors of #ccafab

#ccafab

Complementary Color

#ccafab #abc8cc

#ccafab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccafab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccafab Color CSS Codes

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

#ccafab Text Font Color

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

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


#ccafab Background Color

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

This div background color is #ccafab


#ccafab Border Color

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

This div border color is #ccafab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccafab


Comments

No comments written yet.

Please login to write comment.