Color Hex Logo

#dbe03d Color Hex

#DBE03D
(219,224,61)
0 Favorites   0 Comments

Color spaces of #dbe03d

RGB 21922461
HSL0.170.720.56
HSV62°73°88°
CMYK 0.020.000.73   0.12
XYZ56.711468.708314.6879
Yxy68.70830.40480.4904
Hunter Lab82.8905-22.933547.5173
CIE-Lab86.3594-20.270373.9095

#dbe03d color RGB value is (219,224,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100000 00111101
Octal 333 340 75
Decimal 219 224 61
Hex DB E0 3D

RGB Percentages of Color #dbe03d

%43.45
%44.44
%12.10

CMYK Percentages of Color #dbe03d

%2
%0
%73
%12

Triadic Colors of #dbe03d

#dbe03d #3ddbe0 #e03ddb

Analogous Colors of #dbe03d

#dbe03d #8ae03d #e0943d

Monochromatic Colors of #dbe03d

#dbe03d

Complementary Color

#dbe03d #423de0

#dbe03d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe03d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe03d Color CSS Codes

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

#dbe03d Text Font Color

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

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


#dbe03d Background Color

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

This div background color is #dbe03d


#dbe03d Border Color

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

This div border color is #dbe03d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe03d


Comments

No comments written yet.

Please login to write comment.