Color Hex Logo

#caafab Color Hex

#CAAFAB
(202,175,171)
0 Favorites   0 Comments

Color spaces of #caafab

RGB 202175171
HSL0.020.230.73
HSV15°79°
CMYK 0.000.130.15   0.21
XYZ47.037846.156844.9581
Yxy46.15680.34050.3341
Hunter Lab67.93884.69268.3223
CIE-Lab73.64729.08355.6351

#caafab color RGB value is (202,175,171).

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

The process color (four color CMYK) of #caafab color hex is 0.00, 0.13, 0.15, 0.21. Web safe color of #caafab is #cc9999. Color #caafab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10101111 10101011
Octal 312 257 253
Decimal 202 175 171
Hex CA AF AB

RGB Percentages of Color #caafab

%36.86
%31.93
%31.20

CMYK Percentages of Color #caafab

%0
%13
%15
%21

Triadic Colors of #caafab

#caafab #abcaaf #afabca

Analogous Colors of #caafab

#caafab #cabfab #caabb7

Monochromatic Colors of #caafab

#caafab

Complementary Color

#caafab #abc6ca

#caafab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caafab Color Preview on White Background

Lorem ipsum dolor sit amet.

#caafab Color CSS Codes

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

#caafab Text Font Color

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

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


#caafab Background Color

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

This div background color is #caafab


#caafab Border Color

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

This div border color is #caafab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caafab


Comments

No comments written yet.

Please login to write comment.