Color Hex Logo

#dbe22f Color Hex

#DBE22F
(219,226,47)
0 Favorites   0 Comments

Color spaces of #dbe22f

RGB 21922647
HSL0.170.760.54
HSV62°79°89°
CMYK 0.030.000.79   0.11
XYZ56.922969.658013.1345
Yxy69.65800.40740.4986
Hunter Lab83.4614-24.315649.0924
CIE-Lab86.8289-21.771278.4704

#dbe22f color RGB value is (219,226,47).

#dbe22f hex color red value is 219, green value is 226 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #dbe22f hue: 0.17 , saturation: 0.76 and the lightness value of dbe22f is 0.54.

The process color (four color CMYK) of #dbe22f color hex is 0.03, 0.00, 0.79, 0.11. Web safe color of #dbe22f is #cccc33. Color #dbe22f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100010 00101111
Octal 333 342 57
Decimal 219 226 47
Hex DB E2 2F

RGB Percentages of Color #dbe22f

%44.51
%45.93
%9.55

CMYK Percentages of Color #dbe22f

%3
%0
%79
%11

Triadic Colors of #dbe22f

#dbe22f #2fdbe2 #e22fdb

Analogous Colors of #dbe22f

#dbe22f #82e22f #e2902f

Monochromatic Colors of #dbe22f

#dbe22f

Complementary Color

#dbe22f #362fe2

#dbe22f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe22f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe22f Color CSS Codes

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

#dbe22f Text Font Color

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

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


#dbe22f Background Color

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

This div background color is #dbe22f


#dbe22f Border Color

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

This div border color is #dbe22f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe22f


Comments

No comments written yet.

Please login to write comment.