Color Hex Logo

#caace1 Color Hex

#CAACE1
(202,172,225)
0 Favorites   0 Comments

Color spaces of #caace1

RGB 202172225
HSL0.760.470.78
HSV274°24°88°
CMYK 0.100.240.00   0.12
XYZ52.700347.497877.6246
Yxy47.49780.29640.2671
Hunter Lab68.918615.8867-18.5366
CIE-Lab74.507120.6497-22.6198

#caace1 color RGB value is (202,172,225).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10101100 11100001
Octal 312 254 341
Decimal 202 172 225
Hex CA AC E1

RGB Percentages of Color #caace1

%33.72
%28.71
%37.56

CMYK Percentages of Color #caace1

%10
%24
%0
%12

Triadic Colors of #caace1

#caace1 #e1caac #ace1ca

Analogous Colors of #caace1

#caace1 #e1acde #b0ace1

Monochromatic Colors of #caace1

#caace1

Complementary Color

#caace1 #c3e1ac

#caace1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caace1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caace1 Color CSS Codes

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

#caace1 Text Font Color

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

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


#caace1 Background Color

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

This div background color is #caace1


#caace1 Border Color

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

This div border color is #caace1


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,172,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 #caace1">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caace1


Comments

No comments written yet.

Please login to write comment.