Color Hex Logo

#dbee0f Color Hex

#DBEE0F
(219,238,15)
0 Favorites   0 Comments

Color spaces of #dbee0f

RGB 21923815
HSL0.180.880.50
HSV65°94°93°
CMYK 0.080.000.94   0.07
XYZ59.874276.243612.0127
Yxy76.24360.40420.5147
Hunter Lab87.3176-30.407252.9655
CIE-Lab89.9723-28.159286.7877

#dbee0f color RGB value is (219,238,15).

#dbee0f hex color red value is 219, green value is 238 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #dbee0f hue: 0.18 , saturation: 0.88 and the lightness value of dbee0f is 0.50.

The process color (four color CMYK) of #dbee0f color hex is 0.08, 0.00, 0.94, 0.07. Web safe color of #dbee0f is #ccff00. Color #dbee0f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101110 00001111
Octal 333 356 17
Decimal 219 238 15
Hex DB EE F

RGB Percentages of Color #dbee0f

%46.40
%50.42
%3.18

CMYK Percentages of Color #dbee0f

%8
%0
%94
%7

Triadic Colors of #dbee0f

#dbee0f #0fdbee #ee0fdb

Analogous Colors of #dbee0f

#dbee0f #6cee0f #ee920f

Monochromatic Colors of #dbee0f

#dbee0f

Complementary Color

#dbee0f #220fee

#dbee0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbee0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbee0f Color CSS Codes

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

#dbee0f Text Font Color

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

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


#dbee0f Background Color

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

This div background color is #dbee0f


#dbee0f Border Color

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

This div border color is #dbee0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbee0f


Comments

No comments written yet.

Please login to write comment.