Color Hex Logo

#dbef5f Color Hex

#DBEF5F
(219,239,95)
0 Favorites   0 Comments

Color spaces of #dbef5f

RGB 21923995
HSL0.190.820.65
HSV68°60°94°
CMYK 0.080.000.60   0.06
XYZ62.145577.619322.5331
Yxy77.61930.38290.4783
Hunter Lab88.1018-28.267446.5071
CIE-Lab90.6059-25.537565.5036

#dbef5f color RGB value is (219,239,95).

#dbef5f hex color red value is 219, green value is 239 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #dbef5f hue: 0.19 , saturation: 0.82 and the lightness value of dbef5f is 0.65.

The process color (four color CMYK) of #dbef5f color hex is 0.08, 0.00, 0.60, 0.06. Web safe color of #dbef5f is #ccff66. Color #dbef5f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101111 01011111
Octal 333 357 137
Decimal 219 239 95
Hex DB EF 5F

RGB Percentages of Color #dbef5f

%39.60
%43.22
%17.18

CMYK Percentages of Color #dbef5f

%8
%0
%60
%6

Triadic Colors of #dbef5f

#dbef5f #5fdbef #ef5fdb

Analogous Colors of #dbef5f

#dbef5f #93ef5f #efbb5f

Monochromatic Colors of #dbef5f

#dbef5f

Complementary Color

#dbef5f #735fef

#dbef5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbef5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbef5f Color CSS Codes

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

#dbef5f Text Font Color

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

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


#dbef5f Background Color

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

This div background color is #dbef5f


#dbef5f Border Color

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

This div border color is #dbef5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbef5f


Comments

No comments written yet.

Please login to write comment.