Color Hex Logo

#d0eafd Color Hex

#D0EAFD
(208,234,253)
0 Favorites   0 Comments

Color spaces of #d0eafd

RGB 208234253
HSL0.570.920.90
HSV205°18°99°
CMYK 0.180.080.00   0.01
XYZ73.164979.3474104.3879
Yxy79.34740.28480.3089
Hunter Lab89.0772-9.2713-7.1269
CIE-Lab91.3912-4.6549-12.0517

#d0eafd color RGB value is (208,234,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 11101010 11111101
Octal 320 352 375
Decimal 208 234 253
Hex D0 EA FD

RGB Percentages of Color #d0eafd

%29.93
%33.67
%36.40

CMYK Percentages of Color #d0eafd

%18
%8
%0
%1

Triadic Colors of #d0eafd

#d0eafd #fdd0ea #eafdd0

Analogous Colors of #d0eafd

#d0eafd #d0d4fd #d0fdfa

Monochromatic Colors of #d0eafd

#d0eafd

Complementary Color

#d0eafd #fde3d0

#d0eafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0eafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0eafd Color CSS Codes

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

#d0eafd Text Font Color

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

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


#d0eafd Background Color

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

This div background color is #d0eafd


#d0eafd Border Color

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

This div border color is #d0eafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0eafd


Comments

No comments written yet.

Please login to write comment.