Color Hex Logo

#cac5dc Color Hex

#CAC5DC
(202,197,220)
0 Favorites   0 Comments

Color spaces of #cac5dc

RGB 202197220
HSL0.700.250.82
HSV253°10°86°
CMYK 0.080.100.00   0.14
XYZ57.241657.656475.8220
Yxy57.65640.30010.3023
Hunter Lab75.93181.6825-6.0520
CIE-Lab80.54746.0892-10.8116

#cac5dc color RGB value is (202,197,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11000101 11011100
Octal 312 305 334
Decimal 202 197 220
Hex CA C5 DC

RGB Percentages of Color #cac5dc

%32.63
%31.83
%35.54

CMYK Percentages of Color #cac5dc

%8
%10
%0
%14

Triadic Colors of #cac5dc

#cac5dc #dccac5 #c5dcca

Analogous Colors of #cac5dc

#cac5dc #d6c5dc #c5ccdc

Monochromatic Colors of #cac5dc

#cac5dc

Complementary Color

#cac5dc #d7dcc5

#cac5dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cac5dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cac5dc Color CSS Codes

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

#cac5dc Text Font Color

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

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


#cac5dc Background Color

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

This div background color is #cac5dc


#cac5dc Border Color

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

This div border color is #cac5dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cac5dc

#cac5dc Color Palettes


Comments

No comments written yet.

Please login to write comment.