Color Hex Logo

#cad1ed Color Hex

#CAD1ED
(202,209,237)
0 Favorites   0 Comments

Color spaces of #cad1ed

RGB 202209237
HSL0.630.490.86
HSV228°15°93°
CMYK 0.150.120.00   0.07
XYZ62.443664.271989.2353
Yxy64.27190.28920.2976
Hunter Lab80.1698-1.2648-9.8756
CIE-Lab84.10713.1672-14.5654

#cad1ed color RGB value is (202,209,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11010001 11101101
Octal 312 321 355
Decimal 202 209 237
Hex CA D1 ED

RGB Percentages of Color #cad1ed

%31.17
%32.25
%36.57

CMYK Percentages of Color #cad1ed

%15
%12
%0
%7

Triadic Colors of #cad1ed

#cad1ed #edcad1 #d1edca

Analogous Colors of #cad1ed

#cad1ed #d5caed #cae3ed

Monochromatic Colors of #cad1ed

#cad1ed

Complementary Color

#cad1ed #ede6ca

#cad1ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cad1ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#cad1ed Color CSS Codes

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

#cad1ed Text Font Color

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

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


#cad1ed Background Color

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

This div background color is #cad1ed


#cad1ed Border Color

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

This div border color is #cad1ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cad1ed


Comments

No comments written yet.

Please login to write comment.