Color Hex Logo

#cad1dd Color Hex

#CAD1DD
(202,209,221)
0 Favorites   0 Comments

Color spaces of #cad1dd

RGB 202209221
HSL0.610.220.83
HSV218°87°
CMYK 0.090.050.00   0.13
XYZ60.208763.377977.4664
Yxy63.37790.29950.3152
Hunter Lab79.6102-4.3195-1.9662
CIE-Lab83.6408-0.0715-6.7505

#cad1dd color RGB value is (202,209,221).

#cad1dd hex color red value is 202, green value is 209 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #cad1dd hue: 0.61 , saturation: 0.22 and the lightness value of cad1dd is 0.83.

The process color (four color CMYK) of #cad1dd color hex is 0.09, 0.05, 0.00, 0.13. Web safe color of #cad1dd is #cccccc. Color #cad1dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11010001 11011101
Octal 312 321 335
Decimal 202 209 221
Hex CA D1 DD

RGB Percentages of Color #cad1dd

%31.96
%33.07
%34.97

CMYK Percentages of Color #cad1dd

%9
%5
%0
%13

Triadic Colors of #cad1dd

#cad1dd #ddcad1 #d1ddca

Analogous Colors of #cad1dd

#cad1dd #cdcadd #cadbdd

Monochromatic Colors of #cad1dd

#cad1dd

Complementary Color

#cad1dd #ddd6ca

#cad1dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cad1dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cad1dd Color CSS Codes

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

#cad1dd Text Font Color

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

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


#cad1dd Background Color

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

This div background color is #cad1dd


#cad1dd Border Color

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

This div border color is #cad1dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cad1dd


Comments

No comments written yet.

Please login to write comment.