Color Hex Logo

#caadea Color Hex

#CAADEA
(202,173,234)
0 Favorites   0 Comments

Color spaces of #caadea

RGB 202173234
HSL0.750.590.80
HSV269°26°92°
CMYK 0.140.260.00   0.08
XYZ54.152048.384284.3269
Yxy48.38420.28980.2589
Hunter Lab69.558817.2357-23.1868
CIE-Lab75.066621.9755-26.6560

#caadea color RGB value is (202,173,234).

#caadea hex color red value is 202, green value is 173 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #caadea hue: 0.75 , saturation: 0.59 and the lightness value of caadea is 0.80.

The process color (four color CMYK) of #caadea color hex is 0.14, 0.26, 0.00, 0.08. Web safe color of #caadea is #cc99ff. Color #caadea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10101101 11101010
Octal 312 255 352
Decimal 202 173 234
Hex CA AD EA

RGB Percentages of Color #caadea

%33.17
%28.41
%38.42

CMYK Percentages of Color #caadea

%14
%26
%0
%8

Triadic Colors of #caadea

#caadea #eacaad #adeaca

Analogous Colors of #caadea

#caadea #e9adea #adafea

Monochromatic Colors of #caadea

#caadea

Complementary Color

#caadea #cdeaad

#caadea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caadea Color Preview on White Background

Lorem ipsum dolor sit amet.

#caadea Color CSS Codes

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

#caadea Text Font Color

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

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


#caadea Background Color

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

This div background color is #caadea


#caadea Border Color

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

This div border color is #caadea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caadea


Comments

No comments written yet.

Please login to write comment.