Color Hex Logo

#cac5e1 Color Hex

#CAC5E1
(202,197,225)
0 Favorites   0 Comments

Color spaces of #cac5e1

RGB 202197225
HSL0.700.320.83
HSV251°12°88°
CMYK 0.100.120.00   0.12
XYZ57.914057.925379.3625
Yxy57.92530.29670.2967
Hunter Lab76.10872.6373-8.5487
CIE-Lab80.69727.0901-13.2706

#cac5e1 color RGB value is (202,197,225).

#cac5e1 hex color red value is 202, green value is 197 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #cac5e1 hue: 0.70 , saturation: 0.32 and the lightness value of cac5e1 is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11000101 11100001
Octal 312 305 341
Decimal 202 197 225
Hex CA C5 E1

RGB Percentages of Color #cac5e1

%32.37
%31.57
%36.06

CMYK Percentages of Color #cac5e1

%10
%12
%0
%12

Triadic Colors of #cac5e1

#cac5e1 #e1cac5 #c5e1ca

Analogous Colors of #cac5e1

#cac5e1 #d8c5e1 #c5cee1

Monochromatic Colors of #cac5e1

#cac5e1

Complementary Color

#cac5e1 #dce1c5

#cac5e1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cac5e1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cac5e1 Color CSS Codes

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

#cac5e1 Text Font Color

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

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


#cac5e1 Background Color

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

This div background color is #cac5e1


#cac5e1 Border Color

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

This div border color is #cac5e1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cac5e1


Comments

No comments written yet.

Please login to write comment.