Color Hex Logo

#caabaf Color Hex

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

Color spaces of #caabaf

RGB 202171175
HSL0.980.230.73
HSV352°15°79°
CMYK 0.000.150.13   0.21
XYZ46.657944.777546.7412
Yxy44.77750.33770.3241
Hunter Lab66.91607.35815.4268
CIE-Lab72.745111.90392.1364

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

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

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

Base Numbers

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

RGB Percentages of Color #caabaf

%36.86
%31.20
%31.93

CMYK Percentages of Color #caabaf

%0
%15
%13
%21

Triadic Colors of #caabaf

#caabaf #afcaab #abafca

Analogous Colors of #caabaf

#caabaf #cab7ab #caabbf

Monochromatic Colors of #caabaf

#caabaf

Complementary Color

#caabaf #abcac6

#caabaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caabaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#caabaf Color CSS Codes

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

#caabaf Text Font Color

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

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


#caabaf Background Color

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

This div background color is #caabaf


#caabaf Border Color

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

This div border color is #caabaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caabaf


Comments

No comments written yet.

Please login to write comment.