Color Hex Logo

#caafdd Color Hex

#CAAFDD
(202,175,221)
0 Favorites   0 Comments

Color spaces of #caafdd

RGB 202175221
HSL0.760.400.78
HSV275°21°87°
CMYK 0.090.210.00   0.13
XYZ52.738248.437074.9763
Yxy48.43700.29940.2750
Hunter Lab69.596713.4675-15.1552
CIE-Lab75.099718.1936-19.5426

#caafdd color RGB value is (202,175,221).

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

The process color (four color CMYK) of #caafdd color hex is 0.09, 0.21, 0.00, 0.13. Web safe color of #caafdd is #cc99cc. Color #caafdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10101111 11011101
Octal 312 257 335
Decimal 202 175 221
Hex CA AF DD

RGB Percentages of Color #caafdd

%33.78
%29.26
%36.96

CMYK Percentages of Color #caafdd

%9
%21
%0
%13

Triadic Colors of #caafdd

#caafdd #ddcaaf #afddca

Analogous Colors of #caafdd

#caafdd #ddafd9 #b3afdd

Monochromatic Colors of #caafdd

#caafdd

Complementary Color

#caafdd #c2ddaf

#caafdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caafdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#caafdd Color CSS Codes

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

#caafdd Text Font Color

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

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


#caafdd Background Color

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

This div background color is #caafdd


#caafdd Border Color

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

This div border color is #caafdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caafdd


Comments

No comments written yet.

Please login to write comment.