Color Hex Logo

#caaed6 Color Hex

#CAAED6
(202,174,214)
1 Favorites   0 Comments

Color spaces of #caaed6

RGB 202174214
HSL0.780.330.76
HSV282°19°84°
CMYK 0.060.190.00   0.16
XYZ51.630847.683770.1010
Yxy47.68370.30480.2815
Hunter Lab69.053412.6200-11.8521
CIE-Lab74.625017.3437-16.4470

#caaed6 color RGB value is (202,174,214).

#caaed6 hex color red value is 202, green value is 174 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #caaed6 hue: 0.78 , saturation: 0.33 and the lightness value of caaed6 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10101110 11010110
Octal 312 256 326
Decimal 202 174 214
Hex CA AE D6

RGB Percentages of Color #caaed6

%34.24
%29.49
%36.27

CMYK Percentages of Color #caaed6

%6
%19
%0
%16

Triadic Colors of #caaed6

#caaed6 #d6caae #aed6ca

Analogous Colors of #caaed6

#caaed6 #d6aece #b6aed6

Monochromatic Colors of #caaed6

#caaed6

Complementary Color

#caaed6 #bad6ae

#caaed6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caaed6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caaed6 Color CSS Codes

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

#caaed6 Text Font Color

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

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


#caaed6 Background Color

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

This div background color is #caaed6


#caaed6 Border Color

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

This div border color is #caaed6


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,174,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 #caaed6">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caaed6


Comments

No comments written yet.

Please login to write comment.