Color Hex Logo

#cac5dd Color Hex

#CAC5DD
(202,197,221)
0 Favorites   0 Comments

Color spaces of #cac5dd

RGB 202197221
HSL0.700.260.82
HSV253°11°87°
CMYK 0.090.110.00   0.13
XYZ57.374557.709576.5217
Yxy57.70950.29940.3012
Hunter Lab75.96681.8717-6.5464
CIE-Lab80.57706.2880-11.3042

#cac5dd color RGB value is (202,197,221).

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

The process color (four color CMYK) of #cac5dd color hex is 0.09, 0.11, 0.00, 0.13. Web safe color of #cac5dd is #cccccc. Color #cac5dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11000101 11011101
Octal 312 305 335
Decimal 202 197 221
Hex CA C5 DD

RGB Percentages of Color #cac5dd

%32.58
%31.77
%35.65

CMYK Percentages of Color #cac5dd

%9
%11
%0
%13

Triadic Colors of #cac5dd

#cac5dd #ddcac5 #c5ddca

Analogous Colors of #cac5dd

#cac5dd #d6c5dd #c5ccdd

Monochromatic Colors of #cac5dd

#cac5dd

Complementary Color

#cac5dd #d8ddc5

#cac5dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cac5dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cac5dd Color CSS Codes

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

#cac5dd Text Font Color

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

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


#cac5dd Background Color

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

This div background color is #cac5dd


#cac5dd Border Color

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

This div border color is #cac5dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cac5dd


Comments

No comments written yet.

Please login to write comment.