Color Hex Logo

#d0dbef Color Hex

#D0DBEF
(208,219,239)
0 Favorites   0 Comments

Color spaces of #d0dbef

RGB 208219239
HSL0.610.490.88
HSV219°13°94°
CMYK 0.130.080.00   0.06
XYZ66.923970.304991.7043
Yxy70.30490.29230.3071
Hunter Lab83.8480-4.2630-6.1517
CIE-Lab87.14620.2243-11.0362

#d0dbef color RGB value is (208,219,239).

#d0dbef hex color red value is 208, green value is 219 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #d0dbef hue: 0.61 , saturation: 0.49 and the lightness value of d0dbef is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 11011011 11101111
Octal 320 333 357
Decimal 208 219 239
Hex D0 DB EF

RGB Percentages of Color #d0dbef

%31.23
%32.88
%35.89

CMYK Percentages of Color #d0dbef

%13
%8
%0
%6

Triadic Colors of #d0dbef

#d0dbef #efd0db #dbefd0

Analogous Colors of #d0dbef

#d0dbef #d5d0ef #d0ebef

Monochromatic Colors of #d0dbef

#d0dbef

Complementary Color

#d0dbef #efe4d0

#d0dbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0dbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0dbef Color CSS Codes

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

#d0dbef Text Font Color

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

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


#d0dbef Background Color

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

This div background color is #d0dbef


#d0dbef Border Color

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

This div border color is #d0dbef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,219,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0dbef


Comments

No comments written yet.

Please login to write comment.