Color Hex Logo

#dbef0e Color Hex

#DBEF0E
(219,239,14)
0 Favorites   0 Comments

Color spaces of #dbef0e

RGB 21923914
HSL0.180.890.50
HSV65°94°94°
CMYK 0.080.000.94   0.06
XYZ60.159276.824812.0734
Yxy76.82480.40360.5154
Hunter Lab87.6498-30.872053.1879
CIE-Lab90.2409-28.637987.0895

#dbef0e color RGB value is (219,239,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101111 00001110
Octal 333 357 16
Decimal 219 239 14
Hex DB EF E

RGB Percentages of Color #dbef0e

%46.40
%50.64
%2.97

CMYK Percentages of Color #dbef0e

%8
%0
%94
%6

Triadic Colors of #dbef0e

#dbef0e #0edbef #ef0edb

Analogous Colors of #dbef0e

#dbef0e #6bef0e #ef930e

Monochromatic Colors of #dbef0e

#dbef0e

Complementary Color

#dbef0e #220eef

#dbef0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbef0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbef0e Color CSS Codes

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

#dbef0e Text Font Color

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

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


#dbef0e Background Color

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

This div background color is #dbef0e


#dbef0e Border Color

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

This div border color is #dbef0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbef0e


Comments

No comments written yet.

Please login to write comment.