Color Hex Logo

#d0eebe Color Hex

#D0EEBE
(208,238,190)
0 Favorites   0 Comments

Color spaces of #d0eebe

RGB 208238190
HSL0.270.590.84
HSV98°20°93°
CMYK 0.130.000.20   0.07
XYZ65.881278.276760.3518
Yxy78.27670.32210.3828
Hunter Lab88.4741-21.911821.4878
CIE-Lab90.9060-18.304120.0324

#d0eebe color RGB value is (208,238,190).

#d0eebe hex color red value is 208, green value is 238 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #d0eebe hue: 0.27 , saturation: 0.59 and the lightness value of d0eebe is 0.84.

The process color (four color CMYK) of #d0eebe color hex is 0.13, 0.00, 0.20, 0.07. Web safe color of #d0eebe is #ccffcc. Color #d0eebe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 11101110 10111110
Octal 320 356 276
Decimal 208 238 190
Hex D0 EE BE

RGB Percentages of Color #d0eebe

%32.70
%37.42
%29.87

CMYK Percentages of Color #d0eebe

%13
%0
%20
%7

Triadic Colors of #d0eebe

#d0eebe #bed0ee #eebed0

Analogous Colors of #d0eebe

#d0eebe #beeec4 #e8eebe

Monochromatic Colors of #d0eebe

#d0eebe

Complementary Color

#d0eebe #dcbeee

#d0eebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0eebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0eebe Color CSS Codes

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

#d0eebe Text Font Color

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

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


#d0eebe Background Color

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

This div background color is #d0eebe


#d0eebe Border Color

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

This div border color is #d0eebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0eebe


Comments

No comments written yet.

Please login to write comment.