Color Hex Logo

#d0e6fe Color Hex

#D0E6FE
(208,230,254)
0 Favorites   0 Comments

Color spaces of #d0e6fe

RGB 208230254
HSL0.590.960.91
HSV211°18°100°
CMYK 0.180.090.00   0.00
XYZ72.198677.1593104.8539
Yxy77.15930.28400.3035
Hunter Lab87.8404-7.0062-9.2854
CIE-Lab90.3949-2.3865-14.0625

#d0e6fe color RGB value is (208,230,254).

#d0e6fe hex color red value is 208, green value is 230 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #d0e6fe hue: 0.59 , saturation: 0.96 and the lightness value of d0e6fe is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 11100110 11111110
Octal 320 346 376
Decimal 208 230 254
Hex D0 E6 FE

RGB Percentages of Color #d0e6fe

%30.06
%33.24
%36.71

CMYK Percentages of Color #d0e6fe

%18
%9
%0
%0

Triadic Colors of #d0e6fe

#d0e6fe #fed0e6 #e6fed0

Analogous Colors of #d0e6fe

#d0e6fe #d1d0fe #d0fdfe

Monochromatic Colors of #d0e6fe

#d0e6fe

Complementary Color

#d0e6fe #fee8d0

#d0e6fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0e6fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0e6fe Color CSS Codes

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

#d0e6fe Text Font Color

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

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


#d0e6fe Background Color

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

This div background color is #d0e6fe


#d0e6fe Border Color

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

This div border color is #d0e6fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0e6fe


Comments

No comments written yet.

Please login to write comment.