Color Hex Logo

#d0eaff Color Hex

#D0EAFF
(208,234,255)
0 Favorites   0 Comments

Color spaces of #d0eaff

RGB 208234255
HSL0.571.000.91
HSV207°18°100°
CMYK 0.180.080.00   0.00
XYZ73.485279.4755106.0750
Yxy79.47550.28370.3068
Hunter Lab89.1490-8.8740-8.1426
CIE-Lab91.4490-4.2362-13.0088

#d0eaff color RGB value is (208,234,255).

#d0eaff hex color red value is 208, green value is 234 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #d0eaff hue: 0.57 , saturation: 1.00 and the lightness value of d0eaff is 0.91.

The process color (four color CMYK) of #d0eaff color hex is 0.18, 0.08, 0.00, 0.00. Web safe color of #d0eaff is #ccffff. Color #d0eaff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 11101010 11111111
Octal 320 352 377
Decimal 208 234 255
Hex D0 EA FF

RGB Percentages of Color #d0eaff

%29.84
%33.57
%36.59

CMYK Percentages of Color #d0eaff

%18
%8
%0
%0

Triadic Colors of #d0eaff

#d0eaff #ffd0ea #eaffd0

Analogous Colors of #d0eaff

#d0eaff #d0d3ff #d0fffd

Monochromatic Colors of #d0eaff

#d0eaff

Complementary Color

#d0eaff #ffe5d0

#d0eaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0eaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0eaff Color CSS Codes

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

#d0eaff Text Font Color

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

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


#d0eaff Background Color

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

This div background color is #d0eaff


#d0eaff Border Color

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

This div border color is #d0eaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0eaff

Related Colors

#d0eaff Color Palettes


Comments

No comments written yet.

Please login to write comment.