Color Hex Logo

#caafe1 Color Hex

#CAAFE1
(202,175,225)
0 Favorites   0 Comments

Color spaces of #caafe1

RGB 202175225
HSL0.760.450.78
HSV272°22°88°
CMYK 0.100.220.00   0.12
XYZ53.277748.652777.8170
Yxy48.65270.29640.2707
Hunter Lab69.751514.2771-17.3198
CIE-Lab75.234819.0078-21.5127

#caafe1 color RGB value is (202,175,225).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10101111 11100001
Octal 312 257 341
Decimal 202 175 225
Hex CA AF E1

RGB Percentages of Color #caafe1

%33.55
%29.07
%37.38

CMYK Percentages of Color #caafe1

%10
%22
%0
%12

Triadic Colors of #caafe1

#caafe1 #e1caaf #afe1ca

Analogous Colors of #caafe1

#caafe1 #e1afdf #b1afe1

Monochromatic Colors of #caafe1

#caafe1

Complementary Color

#caafe1 #c6e1af

#caafe1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caafe1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caafe1 Color CSS Codes

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

#caafe1 Text Font Color

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

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


#caafe1 Background Color

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

This div background color is #caafe1


#caafe1 Border Color

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

This div border color is #caafe1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caafe1


Comments

No comments written yet.

Please login to write comment.