Color Hex Logo

#dbee5f Color Hex

#DBEE5F
(219,238,95)
0 Favorites   0 Comments

Color spaces of #dbee5f

RGB 21923895
HSL0.190.810.65
HSV68°60°93°
CMYK 0.080.000.60   0.07
XYZ61.853577.035422.4358
Yxy77.03540.38340.4775
Hunter Lab87.7698-27.803946.2831
CIE-Lab90.3379-25.063165.2120

#dbee5f color RGB value is (219,238,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101110 01011111
Octal 333 356 137
Decimal 219 238 95
Hex DB EE 5F

RGB Percentages of Color #dbee5f

%39.67
%43.12
%17.21

CMYK Percentages of Color #dbee5f

%8
%0
%60
%7

Triadic Colors of #dbee5f

#dbee5f #5fdbee #ee5fdb

Analogous Colors of #dbee5f

#dbee5f #94ee5f #eeba5f

Monochromatic Colors of #dbee5f

#dbee5f

Complementary Color

#dbee5f #725fee

#dbee5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbee5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbee5f Color CSS Codes

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

#dbee5f Text Font Color

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

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


#dbee5f Background Color

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

This div background color is #dbee5f


#dbee5f Border Color

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

This div border color is #dbee5f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,238,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 #dbee5f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbee5f


Comments

No comments written yet.

Please login to write comment.