Color Hex Logo

#dbe50d Color Hex

#DBE50D
(219,229,13)
0 Favorites   0 Comments

Color spaces of #dbe50d

RGB 21922913
HSL0.170.890.47
HSV63°94°90°
CMYK 0.040.000.94   0.10
XYZ57.305471.127811.0895
Yxy71.12780.41070.5098
Hunter Lab84.3373-26.303351.2401
CIE-Lab87.5471-23.925085.1293

#dbe50d color RGB value is (219,229,13).

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

The process color (four color CMYK) of #dbe50d color hex is 0.04, 0.00, 0.94, 0.10. Web safe color of #dbe50d is #cccc00. Color #dbe50d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100101 00001101
Octal 333 345 15
Decimal 219 229 13
Hex DB E5 D

RGB Percentages of Color #dbe50d

%47.51
%49.67
%2.82

CMYK Percentages of Color #dbe50d

%4
%0
%94
%10

Triadic Colors of #dbe50d

#dbe50d #0ddbe5 #e50ddb

Analogous Colors of #dbe50d

#dbe50d #6fe50d #e5830d

Monochromatic Colors of #dbe50d

#dbe50d

Complementary Color

#dbe50d #170de5

#dbe50d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe50d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe50d Color CSS Codes

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

#dbe50d Text Font Color

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

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


#dbe50d Background Color

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

This div background color is #dbe50d


#dbe50d Border Color

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

This div border color is #dbe50d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,229,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 #dbe50d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe50d


Comments

No comments written yet.

Please login to write comment.