Color Hex Logo

#dbe11d Color Hex

#DBE11D
(219,225,29)
0 Favorites   0 Comments

Color spaces of #dbe11d

RGB 21922529
HSL0.170.770.50
HSV62°87°88°
CMYK 0.030.000.87   0.12
XYZ56.360468.999211.5101
Yxy68.99920.41180.5041
Hunter Lab83.0658-24.252249.9304
CIE-Lab86.5037-21.762382.1641

#dbe11d color RGB value is (219,225,29).

#dbe11d hex color red value is 219, green value is 225 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #dbe11d hue: 0.17 , saturation: 0.77 and the lightness value of dbe11d is 0.50.

The process color (four color CMYK) of #dbe11d color hex is 0.03, 0.00, 0.87, 0.12. Web safe color of #dbe11d is #cccc33. Color #dbe11d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100001 00011101
Octal 333 341 35
Decimal 219 225 29
Hex DB E1 1D

RGB Percentages of Color #dbe11d

%46.30
%47.57
%6.13

CMYK Percentages of Color #dbe11d

%3
%0
%87
%12

Triadic Colors of #dbe11d

#dbe11d #1ddbe1 #e11ddb

Analogous Colors of #dbe11d

#dbe11d #79e11d #e1851d

Monochromatic Colors of #dbe11d

#dbe11d

Complementary Color

#dbe11d #231de1

#dbe11d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe11d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe11d Color CSS Codes

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

#dbe11d Text Font Color

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

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


#dbe11d Background Color

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

This div background color is #dbe11d


#dbe11d Border Color

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

This div border color is #dbe11d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe11d


Comments

No comments written yet.

Please login to write comment.