Color Hex Logo

#d0efe4 Color Hex

#D0EFE4
(208,239,228)
0 Favorites   0 Comments

Color spaces of #d0efe4

RGB 208239228
HSL0.440.490.88
HSV159°13°94°
CMYK 0.130.000.05   0.06
XYZ70.882580.744385.2481
Yxy80.74430.29920.3409
Hunter Lab89.8578-16.44526.6521
CIE-Lab92.0178-12.17091.9038

#d0efe4 color RGB value is (208,239,228).

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

The process color (four color CMYK) of #d0efe4 color hex is 0.13, 0.00, 0.05, 0.06. Web safe color of #d0efe4 is #ccffcc. Color #d0efe4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 11101111 11100100
Octal 320 357 344
Decimal 208 239 228
Hex D0 EF E4

RGB Percentages of Color #d0efe4

%30.81
%35.41
%33.78

CMYK Percentages of Color #d0efe4

%13
%0
%5
%6

Triadic Colors of #d0efe4

#d0efe4 #e4d0ef #efe4d0

Analogous Colors of #d0efe4

#d0efe4 #d0ebef #d0efd5

Monochromatic Colors of #d0efe4

#d0efe4

Complementary Color

#d0efe4 #efd0db

#d0efe4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0efe4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0efe4 Color CSS Codes

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

#d0efe4 Text Font Color

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

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


#d0efe4 Background Color

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

This div background color is #d0efe4


#d0efe4 Border Color

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

This div border color is #d0efe4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0efe4


Comments

No comments written yet.

Please login to write comment.