Color Hex Logo

#cad1eb Color Hex

#CAD1EB
(202,209,235)
0 Favorites   0 Comments

Color spaces of #cad1eb

RGB 202209235
HSL0.630.450.86
HSV227°14°92°
CMYK 0.140.110.00   0.08
XYZ62.153064.155687.7047
Yxy64.15560.29040.2998
Hunter Lab80.0972-1.6595-8.8532
CIE-Lab84.04672.7523-13.5933

#cad1eb color RGB value is (202,209,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11010001 11101011
Octal 312 321 353
Decimal 202 209 235
Hex CA D1 EB

RGB Percentages of Color #cad1eb

%31.27
%32.35
%36.38

CMYK Percentages of Color #cad1eb

%14
%11
%0
%8

Triadic Colors of #cad1eb

#cad1eb #ebcad1 #d1ebca

Analogous Colors of #cad1eb

#cad1eb #d4caeb #cae2eb

Monochromatic Colors of #cad1eb

#cad1eb

Complementary Color

#cad1eb #ebe4ca

#cad1eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cad1eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cad1eb Color CSS Codes

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

#cad1eb Text Font Color

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

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


#cad1eb Background Color

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

This div background color is #cad1eb


#cad1eb Border Color

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

This div border color is #cad1eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cad1eb


Comments

No comments written yet.

Please login to write comment.