Color Hex Logo

#cad2ee Color Hex

#CAD2EE
(202,210,238)
0 Favorites   0 Comments

Color spaces of #cad2ee

RGB 202210238
HSL0.630.510.86
HSV227°15°93°
CMYK 0.150.120.00   0.07
XYZ62.836364.822890.0891
Yxy64.82280.28860.2977
Hunter Lab80.5126-1.5862-9.9834
CIE-Lab84.39232.8472-14.6687

#cad2ee color RGB value is (202,210,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11010010 11101110
Octal 312 322 356
Decimal 202 210 238
Hex CA D2 EE

RGB Percentages of Color #cad2ee

%31.08
%32.31
%36.62

CMYK Percentages of Color #cad2ee

%15
%12
%0
%7

Triadic Colors of #cad2ee

#cad2ee #eecad2 #d2eeca

Analogous Colors of #cad2ee

#cad2ee #d4caee #cae4ee

Monochromatic Colors of #cad2ee

#cad2ee

Complementary Color

#cad2ee #eee6ca

#cad2ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cad2ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#cad2ee Color CSS Codes

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

#cad2ee Text Font Color

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

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


#cad2ee Background Color

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

This div background color is #cad2ee


#cad2ee Border Color

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

This div border color is #cad2ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cad2ee


Comments

No comments written yet.

Please login to write comment.