Color Hex Logo

#dbe00d Color Hex

#DBE00D
(219,224,13)
0 Favorites   0 Comments

Color spaces of #dbe00d

RGB 21922413
HSL0.170.890.46
HSV61°94°88°
CMYK 0.020.000.94   0.12
XYZ55.941768.400410.6349
Yxy68.40040.41450.5068
Hunter Lab82.7045-23.994850.2691
CIE-Lab86.2063-21.523384.1117

#dbe00d color RGB value is (219,224,13).

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

The process color (four color CMYK) of #dbe00d color hex is 0.02, 0.00, 0.94, 0.12. Web safe color of #dbe00d is #cccc00. Color #dbe00d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100000 00001101
Octal 333 340 15
Decimal 219 224 13
Hex DB E0 D

RGB Percentages of Color #dbe00d

%48.03
%49.12
%2.85

CMYK Percentages of Color #dbe00d

%2
%0
%94
%12

Triadic Colors of #dbe00d

#dbe00d #0ddbe0 #e00ddb

Analogous Colors of #dbe00d

#dbe00d #72e00d #e07c0d

Monochromatic Colors of #dbe00d

#dbe00d

Complementary Color

#dbe00d #120de0

#dbe00d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe00d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe00d Color CSS Codes

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

#dbe00d Text Font Color

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

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


#dbe00d Background Color

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

This div background color is #dbe00d


#dbe00d Border Color

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

This div border color is #dbe00d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe00d


Comments

No comments written yet.

Please login to write comment.