Color Hex Logo

#caadd6 Color Hex

#CAADD6
(202,173,214)
0 Favorites   0 Comments

Color spaces of #caadd6

RGB 202173214
HSL0.780.330.76
HSV282°19°84°
CMYK 0.060.190.00   0.16
XYZ51.438347.298770.0368
Yxy47.29870.30480.2802
Hunter Lab68.774113.1512-12.2368
CIE-Lab74.380417.8902-16.8159

#caadd6 color RGB value is (202,173,214).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10101101 11010110
Octal 312 255 326
Decimal 202 173 214
Hex CA AD D6

RGB Percentages of Color #caadd6

%34.30
%29.37
%36.33

CMYK Percentages of Color #caadd6

%6
%19
%0
%16

Triadic Colors of #caadd6

#caadd6 #d6caad #add6ca

Analogous Colors of #caadd6

#caadd6 #d6adce #b6add6

Monochromatic Colors of #caadd6

#caadd6

Complementary Color

#caadd6 #b9d6ad

#caadd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caadd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caadd6 Color CSS Codes

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

#caadd6 Text Font Color

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

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


#caadd6 Background Color

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

This div background color is #caadd6


#caadd6 Border Color

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

This div border color is #caadd6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caadd6


Comments

No comments written yet.

Please login to write comment.