Color Hex Logo

#d0ecfd Color Hex

#D0ECFD
(208,236,253)
0 Favorites   0 Comments

Color spaces of #d0ecfd

RGB 208236253
HSL0.560.920.90
HSV203°18°99°
CMYK 0.180.070.00   0.01
XYZ73.737580.4927104.5788
Yxy80.49270.28490.3110
Hunter Lab89.7177-10.2998-6.3085
CIE-Lab91.9055-5.6791-11.2852

#d0ecfd color RGB value is (208,236,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 11101100 11111101
Octal 320 354 375
Decimal 208 236 253
Hex D0 EC FD

RGB Percentages of Color #d0ecfd

%29.84
%33.86
%36.30

CMYK Percentages of Color #d0ecfd

%18
%7
%0
%1

Triadic Colors of #d0ecfd

#d0ecfd #fdd0ec #ecfdd0

Analogous Colors of #d0ecfd

#d0ecfd #d0d6fd #d0fdf8

Monochromatic Colors of #d0ecfd

#d0ecfd

Complementary Color

#d0ecfd #fde1d0

#d0ecfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0ecfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0ecfd Color CSS Codes

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

#d0ecfd Text Font Color

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

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


#d0ecfd Background Color

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

This div background color is #d0ecfd


#d0ecfd Border Color

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

This div border color is #d0ecfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0ecfd


Comments

No comments written yet.

Please login to write comment.