Color Hex Logo

#caa6de Color Hex

#CAA6DE
(202,166,222)
0 Favorites   0 Comments

Color spaces of #caa6de

RGB 202166222
HSL0.770.460.76
HSV279°25°87°
CMYK 0.090.250.00   0.13
XYZ51.178245.102975.1156
Yxy45.10290.29860.2631
Hunter Lab67.158718.4980-19.3035
CIE-Lab72.959623.3265-23.3418

#caa6de color RGB value is (202,166,222).

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

The process color (four color CMYK) of #caa6de color hex is 0.09, 0.25, 0.00, 0.13. Web safe color of #caa6de is #cc99cc. Color #caa6de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10100110 11011110
Octal 312 246 336
Decimal 202 166 222
Hex CA A6 DE

RGB Percentages of Color #caa6de

%34.24
%28.14
%37.63

CMYK Percentages of Color #caa6de

%9
%25
%0
%13

Triadic Colors of #caa6de

#caa6de #decaa6 #a6deca

Analogous Colors of #caa6de

#caa6de #dea6d6 #aea6de

Monochromatic Colors of #caa6de

#caa6de

Complementary Color

#caa6de #badea6

#caa6de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caa6de Color Preview on White Background

Lorem ipsum dolor sit amet.

#caa6de Color CSS Codes

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

#caa6de Text Font Color

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

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


#caa6de Background Color

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

This div background color is #caa6de


#caa6de Border Color

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

This div border color is #caa6de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caa6de


Comments

No comments written yet.

Please login to write comment.