Color Hex Logo

#cacaee Color Hex

#CACAEE
(202,202,238)
0 Favorites   0 Comments

Color spaces of #cacaee

RGB 202202238
HSL0.670.510.86
HSV240°15°93°
CMYK 0.150.150.00   0.07
XYZ60.910360.970789.4471
Yxy60.97070.28820.2885
Hunter Lab78.08372.5949-13.2597
CIE-Lab82.36307.0979-17.7205

#cacaee color RGB value is (202,202,238).

#cacaee hex color red value is 202, green value is 202 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #cacaee hue: 0.67 , saturation: 0.51 and the lightness value of cacaee is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11001010 11101110
Octal 312 312 356
Decimal 202 202 238
Hex CA CA EE

RGB Percentages of Color #cacaee

%31.46
%31.46
%37.07

CMYK Percentages of Color #cacaee

%15
%15
%0
%7

Triadic Colors of #cacaee

#cacaee #eecaca #caeeca

Analogous Colors of #cacaee

#cacaee #dccaee #cadcee

Monochromatic Colors of #cacaee

#cacaee

Complementary Color

#cacaee #eeeeca

#cacaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cacaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#cacaee Color CSS Codes

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

#cacaee Text Font Color

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

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


#cacaee Background Color

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

This div background color is #cacaee


#cacaee Border Color

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

This div border color is #cacaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cacaee

#cacaee Color Palettes


Comments

No comments written yet.

Please login to write comment.