Color Hex Logo

#dbe05e Color Hex

#DBE05E
(219,224,94)
0 Favorites   0 Comments

Color spaces of #dbe05e

RGB 21922494
HSL0.170.680.62
HSV62°58°88°
CMYK 0.020.000.58   0.12
XYZ57.889569.179520.8916
Yxy69.17950.39120.4676
Hunter Lab83.1742-21.318343.3296
CIE-Lab86.5929-18.381861.5299

#dbe05e color RGB value is (219,224,94).

#dbe05e hex color red value is 219, green value is 224 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #dbe05e hue: 0.17 , saturation: 0.68 and the lightness value of dbe05e is 0.62.

The process color (four color CMYK) of #dbe05e color hex is 0.02, 0.00, 0.58, 0.12. Web safe color of #dbe05e is #cccc66. Color #dbe05e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100000 01011110
Octal 333 340 136
Decimal 219 224 94
Hex DB E0 5E

RGB Percentages of Color #dbe05e

%40.78
%41.71
%17.50

CMYK Percentages of Color #dbe05e

%2
%0
%58
%12

Triadic Colors of #dbe05e

#dbe05e #5edbe0 #e05edb

Analogous Colors of #dbe05e

#dbe05e #9ae05e #e0a45e

Monochromatic Colors of #dbe05e

#dbe05e

Complementary Color

#dbe05e #635ee0

#dbe05e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe05e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe05e Color CSS Codes

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

#dbe05e Text Font Color

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

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


#dbe05e Background Color

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

This div background color is #dbe05e


#dbe05e Border Color

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

This div border color is #dbe05e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe05e


Comments

No comments written yet.

Please login to write comment.