Color Hex Logo

#dbe83e Color Hex

#DBE83E
(219,232,62)
0 Favorites   0 Comments

Color spaces of #dbe83e

RGB 21923262
HSL0.180.790.58
HSV65°73°91°
CMYK 0.060.000.73   0.09
XYZ58.939573.121115.5648
Yxy73.12110.39930.4953
Hunter Lab85.5109-26.610649.0656
CIE-Lab88.5054-24.078575.6076

#dbe83e color RGB value is (219,232,62).

#dbe83e hex color red value is 219, green value is 232 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #dbe83e hue: 0.18 , saturation: 0.79 and the lightness value of dbe83e is 0.58.

The process color (four color CMYK) of #dbe83e color hex is 0.06, 0.00, 0.73, 0.09. Web safe color of #dbe83e is #ccff33. Color #dbe83e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101000 00111110
Octal 333 350 76
Decimal 219 232 62
Hex DB E8 3E

RGB Percentages of Color #dbe83e

%42.69
%45.22
%12.09

CMYK Percentages of Color #dbe83e

%6
%0
%73
%9

Triadic Colors of #dbe83e

#dbe83e #3edbe8 #e83edb

Analogous Colors of #dbe83e

#dbe83e #86e83e #e8a03e

Monochromatic Colors of #dbe83e

#dbe83e

Complementary Color

#dbe83e #4b3ee8

#dbe83e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe83e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe83e Color CSS Codes

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

#dbe83e Text Font Color

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

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


#dbe83e Background Color

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

This div background color is #dbe83e


#dbe83e Border Color

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

This div border color is #dbe83e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe83e


Comments

No comments written yet.

Please login to write comment.