Color Hex Logo

#dbef8a Color Hex

#DBEF8A
(219,239,138)
0 Favorites   0 Comments

Color spaces of #dbef8a

RGB 219239138
HSL0.200.760.74
HSV72°42°94°
CMYK 0.080.000.42   0.06
XYZ64.667478.628135.8132
Yxy78.62810.36110.4390
Hunter Lab88.6725-24.999738.1246
CIE-Lab91.0658-21.727046.5394

#dbef8a color RGB value is (219,239,138).

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

The process color (four color CMYK) of #dbef8a color hex is 0.08, 0.00, 0.42, 0.06. Web safe color of #dbef8a is #ccff99. Color #dbef8a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101111 10001010
Octal 333 357 212
Decimal 219 239 138
Hex DB EF 8A

RGB Percentages of Color #dbef8a

%36.74
%40.10
%23.15

CMYK Percentages of Color #dbef8a

%8
%0
%42
%6

Triadic Colors of #dbef8a

#dbef8a #8adbef #ef8adb

Analogous Colors of #dbef8a

#dbef8a #a9ef8a #efd18a

Monochromatic Colors of #dbef8a

#dbef8a

Complementary Color

#dbef8a #9e8aef

#dbef8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbef8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbef8a Color CSS Codes

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

#dbef8a Text Font Color

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

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


#dbef8a Background Color

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

This div background color is #dbef8a


#dbef8a Border Color

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

This div border color is #dbef8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbef8a


Comments

No comments written yet.

Please login to write comment.