Color Hex Logo

#d0efbe Color Hex

#D0EFBE
(208,239,190)
0 Favorites   0 Comments

Color spaces of #d0efbe

RGB 208239190
HSL0.270.600.84
HSV98°21°94°
CMYK 0.130.000.21   0.06
XYZ66.173278.860660.4491
Yxy78.86060.32200.3838
Hunter Lab88.8035-22.394321.8034
CIE-Lab91.1712-18.794220.4013

#d0efbe color RGB value is (208,239,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 11101111 10111110
Octal 320 357 276
Decimal 208 239 190
Hex D0 EF BE

RGB Percentages of Color #d0efbe

%32.65
%37.52
%29.83

CMYK Percentages of Color #d0efbe

%13
%0
%21
%6

Triadic Colors of #d0efbe

#d0efbe #bed0ef #efbed0

Analogous Colors of #d0efbe

#d0efbe #beefc5 #e9efbe

Monochromatic Colors of #d0efbe

#d0efbe

Complementary Color

#d0efbe #ddbeef

#d0efbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0efbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0efbe Color CSS Codes

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

#d0efbe Text Font Color

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

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


#d0efbe Background Color

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

This div background color is #d0efbe


#d0efbe Border Color

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

This div border color is #d0efbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0efbe


Comments

No comments written yet.

Please login to write comment.