Color Hex Logo

#d5dcee Color Hex

#D5DCEE
(213,220,238)
0 Favorites   0 Comments

Color spaces of #d5dcee

RGB 213220238
HSL0.620.420.88
HSV223°11°93°
CMYK 0.110.080.00   0.07
XYZ68.466471.505691.0823
Yxy71.50560.29630.3095
Hunter Lab84.5610-3.4558-4.6697
CIE-Lab87.73011.0992-9.6015

#d5dcee color RGB value is (213,220,238).

#d5dcee hex color red value is 213, green value is 220 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #d5dcee hue: 0.62 , saturation: 0.42 and the lightness value of d5dcee is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 11011100 11101110
Octal 325 334 356
Decimal 213 220 238
Hex D5 DC EE

RGB Percentages of Color #d5dcee

%31.74
%32.79
%35.47

CMYK Percentages of Color #d5dcee

%11
%8
%0
%7

Triadic Colors of #d5dcee

#d5dcee #eed5dc #dceed5

Analogous Colors of #d5dcee

#d5dcee #dbd5ee #d5e9ee

Monochromatic Colors of #d5dcee

#d5dcee

Complementary Color

#d5dcee #eee7d5

#d5dcee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5dcee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5dcee Color CSS Codes

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

#d5dcee Text Font Color

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

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


#d5dcee Background Color

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

This div background color is #d5dcee


#d5dcee Border Color

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

This div border color is #d5dcee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5dcee


Comments

No comments written yet.

Please login to write comment.