Color Hex Logo

#caabd6 Color Hex

#CAABD6
(202,171,214)
0 Favorites   0 Comments

Color spaces of #caabd6

RGB 202171214
HSL0.790.340.75
HSV283°20°84°
CMYK 0.060.200.00   0.16
XYZ51.057646.537469.9099
Yxy46.53740.30480.2778
Hunter Lab68.218314.2152-13.0074
CIE-Lab73.892918.9839-17.5521

#caabd6 color RGB value is (202,171,214).

#caabd6 hex color red value is 202, green value is 171 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #caabd6 hue: 0.79 , saturation: 0.34 and the lightness value of caabd6 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10101011 11010110
Octal 312 253 326
Decimal 202 171 214
Hex CA AB D6

RGB Percentages of Color #caabd6

%34.41
%29.13
%36.46

CMYK Percentages of Color #caabd6

%6
%20
%0
%16

Triadic Colors of #caabd6

#caabd6 #d6caab #abd6ca

Analogous Colors of #caabd6

#caabd6 #d6abcd #b5abd6

Monochromatic Colors of #caabd6

#caabd6

Complementary Color

#caabd6 #b7d6ab

#caabd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caabd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caabd6 Color CSS Codes

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

#caabd6 Text Font Color

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

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


#caabd6 Background Color

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

This div background color is #caabd6


#caabd6 Border Color

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

This div border color is #caabd6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caabd6


Comments

No comments written yet.

Please login to write comment.