Color Hex Logo

#cad3ee Color Hex

#CAD3EE
(202,211,238)
0 Favorites   0 Comments

Color spaces of #cad3ee

RGB 202211238
HSL0.630.510.86
HSV225°15°93°
CMYK 0.150.110.00   0.07
XYZ63.084065.318190.1717
Yxy65.31810.28860.2988
Hunter Lab80.8196-2.1056-9.5770
CIE-Lab84.64742.3194-14.2864

#cad3ee color RGB value is (202,211,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11010011 11101110
Octal 312 323 356
Decimal 202 211 238
Hex CA D3 EE

RGB Percentages of Color #cad3ee

%31.03
%32.41
%36.56

CMYK Percentages of Color #cad3ee

%15
%11
%0
%7

Triadic Colors of #cad3ee

#cad3ee #eecad3 #d3eeca

Analogous Colors of #cad3ee

#cad3ee #d3caee #cae5ee

Monochromatic Colors of #cad3ee

#cad3ee

Complementary Color

#cad3ee #eee5ca

#cad3ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cad3ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#cad3ee Color CSS Codes

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

#cad3ee Text Font Color

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

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


#cad3ee Background Color

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

This div background color is #cad3ee


#cad3ee Border Color

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

This div border color is #cad3ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cad3ee


Comments

No comments written yet.

Please login to write comment.