Color Hex Logo

#caaddc Color Hex

#CAADDC
(202,173,220)
0 Favorites   0 Comments

Color spaces of #caaddc

RGB 202173220
HSL0.770.400.77
HSV277°21°86°
CMYK 0.080.210.00   0.14
XYZ52.219047.611074.1478
Yxy47.61100.30010.2737
Hunter Lab69.000714.3356-15.4122
CIE-Lab74.578919.0857-19.7876

#caaddc color RGB value is (202,173,220).

#caaddc hex color red value is 202, green value is 173 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #caaddc hue: 0.77 , saturation: 0.40 and the lightness value of caaddc is 0.77.

The process color (four color CMYK) of #caaddc color hex is 0.08, 0.21, 0.00, 0.14. Web safe color of #caaddc is #cc99cc. Color #caaddc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10101101 11011100
Octal 312 255 334
Decimal 202 173 220
Hex CA AD DC

RGB Percentages of Color #caaddc

%33.95
%29.08
%36.97

CMYK Percentages of Color #caaddc

%8
%21
%0
%14

Triadic Colors of #caaddc

#caaddc #dccaad #addcca

Analogous Colors of #caaddc

#caaddc #dcadd7 #b3addc

Monochromatic Colors of #caaddc

#caaddc

Complementary Color

#caaddc #bfdcad

#caaddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caaddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#caaddc Color CSS Codes

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

#caaddc Text Font Color

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

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


#caaddc Background Color

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

This div background color is #caaddc


#caaddc Border Color

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

This div border color is #caaddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caaddc

#caaddc Color Palettes


Comments

No comments written yet.

Please login to write comment.