Color Hex Logo

#cdd8ea Color Hex

#CDD8EA
(205,216,234)
0 Favorites   0 Comments

Color spaces of #cdd8ea

RGB 205216234
HSL0.600.410.86
HSV217°12°92°
CMYK 0.120.080.00   0.08
XYZ64.584068.031487.5693
Yxy68.03140.29330.3090
Hunter Lab82.4811-4.5738-5.2107
CIE-Lab86.0221-0.1764-10.0916

#cdd8ea color RGB value is (205,216,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11011000 11101010
Octal 315 330 352
Decimal 205 216 234
Hex CD D8 EA

RGB Percentages of Color #cdd8ea

%31.30
%32.98
%35.73

CMYK Percentages of Color #cdd8ea

%12
%8
%0
%8

Triadic Colors of #cdd8ea

#cdd8ea #eacdd8 #d8eacd

Analogous Colors of #cdd8ea

#cdd8ea #d1cdea #cde7ea

Monochromatic Colors of #cdd8ea

#cdd8ea

Complementary Color

#cdd8ea #eadfcd

#cdd8ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdd8ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdd8ea Color CSS Codes

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

#cdd8ea Text Font Color

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

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


#cdd8ea Background Color

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

This div background color is #cdd8ea


#cdd8ea Border Color

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

This div border color is #cdd8ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,216,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdd8ea


Comments

No comments written yet.

Please login to write comment.