Color Hex Logo

#d0dcea Color Hex

#D0DCEA
(208,220,234)
0 Favorites   0 Comments

Color spaces of #d0dcea

RGB 208220234
HSL0.590.380.87
HSV212°11°92°
CMYK 0.110.060.00   0.08
XYZ66.456970.536887.9542
Yxy70.53680.29540.3136
Hunter Lab83.9862-5.7317-3.3009
CIE-Lab87.2595-1.3010-8.2304

#d0dcea color RGB value is (208,220,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 11011100 11101010
Octal 320 334 352
Decimal 208 220 234
Hex D0 DC EA

RGB Percentages of Color #d0dcea

%31.42
%33.23
%35.35

CMYK Percentages of Color #d0dcea

%11
%6
%0
%8

Triadic Colors of #d0dcea

#d0dcea #ead0dc #dcead0

Analogous Colors of #d0dcea

#d0dcea #d1d0ea #d0e9ea

Monochromatic Colors of #d0dcea

#d0dcea

Complementary Color

#d0dcea #eaded0

#d0dcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0dcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0dcea Color CSS Codes

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

#d0dcea Text Font Color

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

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


#d0dcea Background Color

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

This div background color is #d0dcea


#d0dcea Border Color

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

This div border color is #d0dcea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0dcea

#d0dcea Color Palettes


Comments

No comments written yet.

Please login to write comment.