Color Hex Logo

#dbe03f Color Hex

#DBE03F
(219,224,63)
0 Favorites   0 Comments

Color spaces of #dbe03f

RGB 21922463
HSL0.170.720.56
HSV62°72°88°
CMYK 0.020.000.72   0.12
XYZ56.766368.730314.9770
Yxy68.73030.40410.4893
Hunter Lab82.9037-22.858147.3216
CIE-Lab86.3703-20.181673.2597

#dbe03f color RGB value is (219,224,63).

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

The process color (four color CMYK) of #dbe03f color hex is 0.02, 0.00, 0.72, 0.12. Web safe color of #dbe03f is #cccc33. Color #dbe03f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100000 00111111
Octal 333 340 77
Decimal 219 224 63
Hex DB E0 3F

RGB Percentages of Color #dbe03f

%43.28
%44.27
%12.45

CMYK Percentages of Color #dbe03f

%2
%0
%72
%12

Triadic Colors of #dbe03f

#dbe03f #3fdbe0 #e03fdb

Analogous Colors of #dbe03f

#dbe03f #8be03f #e0953f

Monochromatic Colors of #dbe03f

#dbe03f

Complementary Color

#dbe03f #443fe0

#dbe03f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe03f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe03f Color CSS Codes

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

#dbe03f Text Font Color

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

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


#dbe03f Background Color

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

This div background color is #dbe03f


#dbe03f Border Color

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

This div border color is #dbe03f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe03f


Comments

No comments written yet.

Please login to write comment.