Color Hex Logo

#d0ecef Color Hex

#D0ECEF
(208,236,239)
0 Favorites   0 Comments

Color spaces of #d0ecef

RGB 208236239
HSL0.520.490.88
HSV186°13°94°
CMYK 0.130.010.00   0.06
XYZ71.587979.632893.2589
Yxy79.63280.29280.3257
Hunter Lab89.2372-12.96880.5040
CIE-Lab91.5199-8.5255-4.5567

#d0ecef color RGB value is (208,236,239).

#d0ecef hex color red value is 208, green value is 236 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #d0ecef hue: 0.52 , saturation: 0.49 and the lightness value of d0ecef is 0.88.

The process color (four color CMYK) of #d0ecef color hex is 0.13, 0.01, 0.00, 0.06. Web safe color of #d0ecef is #ccffff. Color #d0ecef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 11101100 11101111
Octal 320 354 357
Decimal 208 236 239
Hex D0 EC EF

RGB Percentages of Color #d0ecef

%30.45
%34.55
%34.99

CMYK Percentages of Color #d0ecef

%13
%1
%0
%6

Triadic Colors of #d0ecef

#d0ecef #efd0ec #ecefd0

Analogous Colors of #d0ecef

#d0ecef #d0ddef #d0efe3

Monochromatic Colors of #d0ecef

#d0ecef

Complementary Color

#d0ecef #efd3d0

#d0ecef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0ecef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0ecef Color CSS Codes

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

#d0ecef Text Font Color

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

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


#d0ecef Background Color

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

This div background color is #d0ecef


#d0ecef Border Color

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

This div border color is #d0ecef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0ecef


Comments

No comments written yet.

Please login to write comment.