Color Hex Logo

#d0dfee Color Hex

#D0DFEE
(208,223,238)
0 Favorites   0 Comments

Color spaces of #d0dfee

RGB 208223238
HSL0.580.470.87
HSV210°13°93°
CMYK 0.130.060.00   0.07
XYZ67.832772.358391.2803
Yxy72.35830.29310.3126
Hunter Lab85.0637-6.5194-4.0785
CIE-Lab88.1408-2.0582-9.0299

#d0dfee color RGB value is (208,223,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 11011111 11101110
Octal 320 337 356
Decimal 208 223 238
Hex D0 DF EE

RGB Percentages of Color #d0dfee

%31.09
%33.33
%35.58

CMYK Percentages of Color #d0dfee

%13
%6
%0
%7

Triadic Colors of #d0dfee

#d0dfee #eed0df #dfeed0

Analogous Colors of #d0dfee

#d0dfee #d0d0ee #d0eeee

Monochromatic Colors of #d0dfee

#d0dfee

Complementary Color

#d0dfee #eedfd0

#d0dfee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0dfee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0dfee Color CSS Codes

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

#d0dfee Text Font Color

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

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


#d0dfee Background Color

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

This div background color is #d0dfee


#d0dfee Border Color

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

This div border color is #d0dfee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0dfee


Comments

No comments written yet.

Please login to write comment.