Color Hex Logo

#caafe0 Color Hex

#CAAFE0
(202,175,224)
0 Favorites   0 Comments

Color spaces of #caafe0

RGB 202175224
HSL0.760.440.78
HSV273°22°88°
CMYK 0.100.220.00   0.12
XYZ53.141648.598377.1006
Yxy48.59830.29710.2717
Hunter Lab69.712514.0731-16.7748
CIE-Lab75.200718.8031-21.0209

#caafe0 color RGB value is (202,175,224).

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

The process color (four color CMYK) of #caafe0 color hex is 0.10, 0.22, 0.00, 0.12. Web safe color of #caafe0 is #cc99cc. Color #caafe0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10101111 11100000
Octal 312 257 340
Decimal 202 175 224
Hex CA AF E0

RGB Percentages of Color #caafe0

%33.61
%29.12
%37.27

CMYK Percentages of Color #caafe0

%10
%22
%0
%12

Triadic Colors of #caafe0

#caafe0 #e0caaf #afe0ca

Analogous Colors of #caafe0

#caafe0 #e0afde #b2afe0

Monochromatic Colors of #caafe0

#caafe0

Complementary Color

#caafe0 #c5e0af

#caafe0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caafe0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caafe0 Color CSS Codes

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

#caafe0 Text Font Color

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

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


#caafe0 Background Color

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

This div background color is #caafe0


#caafe0 Border Color

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

This div border color is #caafe0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caafe0


Comments

No comments written yet.

Please login to write comment.