Color Hex Logo

#dbee8e Color Hex

#DBEE8E
(219,238,142)
0 Favorites   0 Comments

Color spaces of #dbee8e

RGB 219238142
HSL0.200.740.75
HSV72°40°93°
CMYK 0.080.000.40   0.07
XYZ64.670478.162137.2695
Yxy78.16210.35910.4340
Hunter Lab88.4093-24.145736.8925
CIE-Lab90.8538-20.806744.3275

#dbee8e color RGB value is (219,238,142).

#dbee8e hex color red value is 219, green value is 238 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #dbee8e hue: 0.20 , saturation: 0.74 and the lightness value of dbee8e is 0.75.

The process color (four color CMYK) of #dbee8e color hex is 0.08, 0.00, 0.40, 0.07. Web safe color of #dbee8e is #ccff99. Color #dbee8e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101110 10001110
Octal 333 356 216
Decimal 219 238 142
Hex DB EE 8E

RGB Percentages of Color #dbee8e

%36.56
%39.73
%23.71

CMYK Percentages of Color #dbee8e

%8
%0
%40
%7

Triadic Colors of #dbee8e

#dbee8e #8edbee #ee8edb

Analogous Colors of #dbee8e

#dbee8e #abee8e #eed18e

Monochromatic Colors of #dbee8e

#dbee8e

Complementary Color

#dbee8e #a18eee

#dbee8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbee8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbee8e Color CSS Codes

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

#dbee8e Text Font Color

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

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


#dbee8e Background Color

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

This div background color is #dbee8e


#dbee8e Border Color

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

This div border color is #dbee8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbee8e


Comments

No comments written yet.

Please login to write comment.