Color Hex Logo

#caaed1 Color Hex

#CAAED1
(202,174,209)
0 Favorites   0 Comments

Color spaces of #caaed1

RGB 202174209
HSL0.800.280.75
HSV288°17°82°
CMYK 0.030.170.00   0.18
XYZ51.001847.432166.7888
Yxy47.43210.30870.2871
Hunter Lab68.871011.6624-9.2878
CIE-Lab74.465316.3685-13.9584

#caaed1 color RGB value is (202,174,209).

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

The process color (four color CMYK) of #caaed1 color hex is 0.03, 0.17, 0.00, 0.18. Web safe color of #caaed1 is #cc99cc. Color #caaed1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10101110 11010001
Octal 312 256 321
Decimal 202 174 209
Hex CA AE D1

RGB Percentages of Color #caaed1

%34.53
%29.74
%35.73

CMYK Percentages of Color #caaed1

%3
%17
%0
%18

Triadic Colors of #caaed1

#caaed1 #d1caae #aed1ca

Analogous Colors of #caaed1

#caaed1 #d1aec7 #b9aed1

Monochromatic Colors of #caaed1

#caaed1

Complementary Color

#caaed1 #b5d1ae

#caaed1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caaed1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caaed1 Color CSS Codes

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

#caaed1 Text Font Color

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

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


#caaed1 Background Color

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

This div background color is #caaed1


#caaed1 Border Color

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

This div border color is #caaed1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caaed1


Comments

No comments written yet.

Please login to write comment.