Color Hex Logo

#cdd9ec Color Hex

#CDD9EC
(205,217,236)
0 Favorites   0 Comments

Color spaces of #cdd9ec

RGB 205217236
HSL0.600.450.86
HSV217°13°93°
CMYK 0.130.080.00   0.07
XYZ65.130068.661089.1771
Yxy68.66100.29210.3079
Hunter Lab82.8619-4.7063-5.8053
CIE-Lab86.3359-0.2936-10.6820

#cdd9ec color RGB value is (205,217,236).

#cdd9ec hex color red value is 205, green value is 217 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #cdd9ec hue: 0.60 , saturation: 0.45 and the lightness value of cdd9ec is 0.86.

The process color (four color CMYK) of #cdd9ec color hex is 0.13, 0.08, 0.00, 0.07. Web safe color of #cdd9ec is #ccccff. Color #cdd9ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11011001 11101100
Octal 315 331 354
Decimal 205 217 236
Hex CD D9 EC

RGB Percentages of Color #cdd9ec

%31.16
%32.98
%35.87

CMYK Percentages of Color #cdd9ec

%13
%8
%0
%7

Triadic Colors of #cdd9ec

#cdd9ec #eccdd9 #d9eccd

Analogous Colors of #cdd9ec

#cdd9ec #d1cdec #cde9ec

Monochromatic Colors of #cdd9ec

#cdd9ec

Complementary Color

#cdd9ec #ece0cd

#cdd9ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdd9ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdd9ec Color CSS Codes

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

#cdd9ec Text Font Color

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

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


#cdd9ec Background Color

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

This div background color is #cdd9ec


#cdd9ec Border Color

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

This div border color is #cdd9ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdd9ec


Comments

No comments written yet.

Please login to write comment.