Color Hex Logo

#caabb5 Color Hex

#CAABB5
(202,171,181)
0 Favorites   0 Comments

Color spaces of #caabb5

RGB 202171181
HSL0.950.230.73
HSV341°15°79°
CMYK 0.000.150.10   0.21
XYZ47.260545.018649.9146
Yxy45.01860.33240.3166
Hunter Lab67.09598.31262.8596
CIE-Lab72.904112.9093-0.9294

#caabb5 color RGB value is (202,171,181).

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

The process color (four color CMYK) of #caabb5 color hex is 0.00, 0.15, 0.10, 0.21. Web safe color of #caabb5 is #cc99cc. Color #caabb5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10101011 10110101
Octal 312 253 265
Decimal 202 171 181
Hex CA AB B5

RGB Percentages of Color #caabb5

%36.46
%30.87
%32.67

CMYK Percentages of Color #caabb5

%0
%15
%10
%21

Triadic Colors of #caabb5

#caabb5 #b5caab #abb5ca

Analogous Colors of #caabb5

#caabb5 #cab1ab #caabc5

Monochromatic Colors of #caabb5

#caabb5

Complementary Color

#caabb5 #abcac0

#caabb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caabb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caabb5 Color CSS Codes

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

#caabb5 Text Font Color

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

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


#caabb5 Background Color

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

This div background color is #caabb5


#caabb5 Border Color

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

This div border color is #caabb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caabb5


Comments

No comments written yet.

Please login to write comment.