Color Hex Logo

#dbef8f Color Hex

#DBEF8F
(219,239,143)
0 Favorites   0 Comments

Color spaces of #dbef8f

RGB 219239143
HSL0.200.750.75
HSV73°40°94°
CMYK 0.080.000.40   0.06
XYZ65.037878.776237.7641
Yxy78.77620.35820.4338
Hunter Lab88.7560-24.523336.9023
CIE-Lab91.1329-21.178544.1925

#dbef8f color RGB value is (219,239,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101111 10001111
Octal 333 357 217
Decimal 219 239 143
Hex DB EF 8F

RGB Percentages of Color #dbef8f

%36.44
%39.77
%23.79

CMYK Percentages of Color #dbef8f

%8
%0
%40
%6

Triadic Colors of #dbef8f

#dbef8f #8fdbef #ef8fdb

Analogous Colors of #dbef8f

#dbef8f #abef8f #efd38f

Monochromatic Colors of #dbef8f

#dbef8f

Complementary Color

#dbef8f #a38fef

#dbef8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbef8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbef8f Color CSS Codes

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

#dbef8f Text Font Color

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

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


#dbef8f Background Color

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

This div background color is #dbef8f


#dbef8f Border Color

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

This div border color is #dbef8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbef8f


Comments

No comments written yet.

Please login to write comment.