Color Hex Logo

#caabcc Color Hex

#CAABCC
(202,171,204)
0 Favorites   0 Comments

Color spaces of #caabcc

RGB 202171204
HSL0.820.240.74
HSV296°16°80°
CMYK 0.010.160.00   0.20
XYZ49.819146.042063.3880
Yxy46.04200.31280.2891
Hunter Lab67.854312.3111-7.8895
CIE-Lab73.572817.0504-12.5626

#caabcc color RGB value is (202,171,204).

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

The process color (four color CMYK) of #caabcc color hex is 0.01, 0.16, 0.00, 0.20. Web safe color of #caabcc is #cc99cc. Color #caabcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10101011 11001100
Octal 312 253 314
Decimal 202 171 204
Hex CA AB CC

RGB Percentages of Color #caabcc

%35.01
%29.64
%35.36

CMYK Percentages of Color #caabcc

%1
%16
%0
%20

Triadic Colors of #caabcc

#caabcc #cccaab #abccca

Analogous Colors of #caabcc

#caabcc #ccabbe #baabcc

Monochromatic Colors of #caabcc

#caabcc

Complementary Color

#caabcc #adccab

#caabcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caabcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#caabcc Color CSS Codes

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

#caabcc Text Font Color

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

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


#caabcc Background Color

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

This div background color is #caabcc


#caabcc Border Color

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

This div border color is #caabcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caabcc


Comments

No comments written yet.

Please login to write comment.