Color Hex Logo

#d0dcee Color Hex

#D0DCEE
(208,220,238)
0 Favorites   0 Comments

Color spaces of #d0dcee

RGB 208220238
HSL0.600.470.87
HSV216°13°93°
CMYK 0.130.080.00   0.07
XYZ67.038270.769391.0155
Yxy70.76930.29300.3093
Hunter Lab84.1245-4.9725-5.2596
CIE-Lab87.3728-0.4994-10.1714

#d0dcee color RGB value is (208,220,238).

#d0dcee hex color red value is 208, green value is 220 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #d0dcee hue: 0.60 , saturation: 0.47 and the lightness value of d0dcee is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 11011100 11101110
Octal 320 334 356
Decimal 208 220 238
Hex D0 DC EE

RGB Percentages of Color #d0dcee

%31.23
%33.03
%35.74

CMYK Percentages of Color #d0dcee

%13
%8
%0
%7

Triadic Colors of #d0dcee

#d0dcee #eed0dc #dceed0

Analogous Colors of #d0dcee

#d0dcee #d3d0ee #d0ebee

Monochromatic Colors of #d0dcee

#d0dcee

Complementary Color

#d0dcee #eee2d0

#d0dcee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0dcee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0dcee Color CSS Codes

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

#d0dcee Text Font Color

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

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


#d0dcee Background Color

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

This div background color is #d0dcee


#d0dcee Border Color

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

This div border color is #d0dcee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0dcee


Comments

No comments written yet.

Please login to write comment.