Color Hex Logo

#cdd5ee Color Hex

#CDD5EE
(205,213,238)
0 Favorites   0 Comments

Color spaces of #cdd5ee

RGB 205213238
HSL0.630.490.87
HSV225°14°93°
CMYK 0.140.110.00   0.07
XYZ64.403766.740790.3767
Yxy66.74070.29070.3013
Hunter Lab81.6950-2.2469-8.4043
CIE-Lab85.37282.2129-13.1778

#cdd5ee color RGB value is (205,213,238).

#cdd5ee hex color red value is 205, green value is 213 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #cdd5ee hue: 0.63 , saturation: 0.49 and the lightness value of cdd5ee is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11010101 11101110
Octal 315 325 356
Decimal 205 213 238
Hex CD D5 EE

RGB Percentages of Color #cdd5ee

%31.25
%32.47
%36.28

CMYK Percentages of Color #cdd5ee

%14
%11
%0
%7

Triadic Colors of #cdd5ee

#cdd5ee #eecdd5 #d5eecd

Analogous Colors of #cdd5ee

#cdd5ee #d6cdee #cde6ee

Monochromatic Colors of #cdd5ee

#cdd5ee

Complementary Color

#cdd5ee #eee6cd

#cdd5ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdd5ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdd5ee Color CSS Codes

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

#cdd5ee Text Font Color

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

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


#cdd5ee Background Color

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

This div background color is #cdd5ee


#cdd5ee Border Color

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

This div border color is #cdd5ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdd5ee


Comments

No comments written yet.

Please login to write comment.