Color Hex Logo

#caafde Color Hex

#CAAFDE
(202,175,222)
0 Favorites   0 Comments

Color spaces of #caafde

RGB 202175222
HSL0.760.420.78
HSV274°21°87°
CMYK 0.090.210.00   0.13
XYZ52.871948.490475.6802
Yxy48.49040.29860.2739
Hunter Lab69.635013.6686-15.6925
CIE-Lab75.133218.3963-20.0359

#caafde color RGB value is (202,175,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10101111 11011110
Octal 312 257 336
Decimal 202 175 222
Hex CA AF DE

RGB Percentages of Color #caafde

%33.72
%29.22
%37.06

CMYK Percentages of Color #caafde

%9
%21
%0
%13

Triadic Colors of #caafde

#caafde #decaaf #afdeca

Analogous Colors of #caafde

#caafde #deafdb #b3afde

Monochromatic Colors of #caafde

#caafde

Complementary Color

#caafde #c3deaf

#caafde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caafde Color Preview on White Background

Lorem ipsum dolor sit amet.

#caafde Color CSS Codes

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

#caafde Text Font Color

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

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


#caafde Background Color

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

This div background color is #caafde


#caafde Border Color

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

This div border color is #caafde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caafde


Comments

No comments written yet.

Please login to write comment.