Color Hex Logo

#caabe0 Color Hex

#CAABE0
(202,171,224)
0 Favorites   0 Comments

Color spaces of #caabe0

RGB 202171224
HSL0.760.460.77
HSV275°24°88°
CMYK 0.100.240.00   0.12
XYZ52.374647.064276.8449
Yxy47.06420.29710.2670
Hunter Lab68.603416.2183-18.3904
CIE-Lab74.230820.9925-22.4959

#caabe0 color RGB value is (202,171,224).

#caabe0 hex color red value is 202, green value is 171 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #caabe0 hue: 0.76 , saturation: 0.46 and the lightness value of caabe0 is 0.77.

The process color (four color CMYK) of #caabe0 color hex is 0.10, 0.24, 0.00, 0.12. Web safe color of #caabe0 is #cc99cc. Color #caabe0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10101011 11100000
Octal 312 253 340
Decimal 202 171 224
Hex CA AB E0

RGB Percentages of Color #caabe0

%33.84
%28.64
%37.52

CMYK Percentages of Color #caabe0

%10
%24
%0
%12

Triadic Colors of #caabe0

#caabe0 #e0caab #abe0ca

Analogous Colors of #caabe0

#caabe0 #e0abdc #b0abe0

Monochromatic Colors of #caabe0

#caabe0

Complementary Color

#caabe0 #c1e0ab

#caabe0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caabe0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caabe0 Color CSS Codes

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

#caabe0 Text Font Color

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

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


#caabe0 Background Color

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

This div background color is #caabe0


#caabe0 Border Color

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

This div border color is #caabe0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caabe0


Comments

No comments written yet.

Please login to write comment.