Color Hex Logo

#cac5ed Color Hex

#CAC5ED
(202,197,237)
0 Favorites   0 Comments

Color spaces of #cac5ed

RGB 202197237
HSL0.690.530.85
HSV248°17°93°
CMYK 0.150.170.00   0.07
XYZ59.609458.603588.2906
Yxy58.60350.28870.2838
Hunter Lab76.55295.0248-14.7937
CIE-Lab81.07329.5664-19.1336

#cac5ed color RGB value is (202,197,237).

#cac5ed hex color red value is 202, green value is 197 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #cac5ed hue: 0.69 , saturation: 0.53 and the lightness value of cac5ed is 0.85.

The process color (four color CMYK) of #cac5ed color hex is 0.15, 0.17, 0.00, 0.07. Web safe color of #cac5ed is #ccccff. Color #cac5ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11000101 11101101
Octal 312 305 355
Decimal 202 197 237
Hex CA C5 ED

RGB Percentages of Color #cac5ed

%31.76
%30.97
%37.26

CMYK Percentages of Color #cac5ed

%15
%17
%0
%7

Triadic Colors of #cac5ed

#cac5ed #edcac5 #c5edca

Analogous Colors of #cac5ed

#cac5ed #dec5ed #c5d4ed

Monochromatic Colors of #cac5ed

#cac5ed

Complementary Color

#cac5ed #e8edc5

#cac5ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cac5ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#cac5ed Color CSS Codes

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

#cac5ed Text Font Color

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

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


#cac5ed Background Color

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

This div background color is #cac5ed


#cac5ed Border Color

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

This div border color is #cac5ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cac5ed

#cac5ed Color Palettes


Comments

No comments written yet.

Please login to write comment.