Color Hex Logo

#cad3ec Color Hex

#CAD3EC
(202,211,236)
0 Favorites   0 Comments

Color spaces of #cad3ec

RGB 202211236
HSL0.620.470.86
HSV224°14°93°
CMYK 0.140.110.00   0.07
XYZ62.791765.201288.6325
Yxy65.20120.28990.3010
Hunter Lab80.7473-2.5003-8.5568
CIE-Lab84.58731.9037-13.3152

#cad3ec color RGB value is (202,211,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11010011 11101100
Octal 312 323 354
Decimal 202 211 236
Hex CA D3 EC

RGB Percentages of Color #cad3ec

%31.12
%32.51
%36.36

CMYK Percentages of Color #cad3ec

%14
%11
%0
%7

Triadic Colors of #cad3ec

#cad3ec #eccad3 #d3ecca

Analogous Colors of #cad3ec

#cad3ec #d2caec #cae4ec

Monochromatic Colors of #cad3ec

#cad3ec

Complementary Color

#cad3ec #ece3ca

#cad3ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cad3ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#cad3ec Color CSS Codes

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

#cad3ec Text Font Color

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

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


#cad3ec Background Color

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

This div background color is #cad3ec


#cad3ec Border Color

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

This div border color is #cad3ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cad3ec


Comments

No comments written yet.

Please login to write comment.