Color Hex Logo

#dbef8b Color Hex

#DBEF8B
(219,239,139)
0 Favorites   0 Comments

Color spaces of #dbef8b

RGB 219239139
HSL0.200.760.74
HSV72°42°94°
CMYK 0.080.000.42   0.06
XYZ64.740178.657236.1963
Yxy78.65720.36050.4380
Hunter Lab88.6889-24.906237.8844
CIE-Lab91.0790-21.619246.0716

#dbef8b color RGB value is (219,239,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101111 10001011
Octal 333 357 213
Decimal 219 239 139
Hex DB EF 8B

RGB Percentages of Color #dbef8b

%36.68
%40.03
%23.28

CMYK Percentages of Color #dbef8b

%8
%0
%42
%6

Triadic Colors of #dbef8b

#dbef8b #8bdbef #ef8bdb

Analogous Colors of #dbef8b

#dbef8b #a9ef8b #efd18b

Monochromatic Colors of #dbef8b

#dbef8b

Complementary Color

#dbef8b #9f8bef

#dbef8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbef8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbef8b Color CSS Codes

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

#dbef8b Text Font Color

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

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


#dbef8b Background Color

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

This div background color is #dbef8b


#dbef8b Border Color

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

This div border color is #dbef8b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbef8b


Comments

No comments written yet.

Please login to write comment.