Color Hex Logo

#cadaee Color Hex

#CADAEE
(202,218,238)
0 Favorites   0 Comments

Color spaces of #cadaee

RGB 202218238
HSL0.590.510.86
HSV213°15°93°
CMYK 0.150.080.00   0.07
XYZ64.861168.872490.7641
Yxy68.87240.28890.3068
Hunter Lab82.9894-5.7232-6.7519
CIE-Lab86.4408-1.3533-11.6046

#cadaee color RGB value is (202,218,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11011010 11101110
Octal 312 332 356
Decimal 202 218 238
Hex CA DA EE

RGB Percentages of Color #cadaee

%30.70
%33.13
%36.17

CMYK Percentages of Color #cadaee

%15
%8
%0
%7

Triadic Colors of #cadaee

#cadaee #eecada #daeeca

Analogous Colors of #cadaee

#cadaee #cccaee #caecee

Monochromatic Colors of #cadaee

#cadaee

Complementary Color

#cadaee #eedeca

#cadaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cadaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#cadaee Color CSS Codes

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

#cadaee Text Font Color

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

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


#cadaee Background Color

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

This div background color is #cadaee


#cadaee Border Color

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

This div border color is #cadaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cadaee


Comments

No comments written yet.

Please login to write comment.