Color Hex Logo

#dbe111 Color Hex

#DBE111
(219,225,17)
0 Favorites   0 Comments

Color spaces of #dbe111

RGB 21922517
HSL0.170.860.47
HSV62°92°88°
CMYK 0.030.000.92   0.12
XYZ56.239868.951010.8750
Yxy68.95100.41330.5067
Hunter Lab83.0367-24.418450.3607
CIE-Lab86.4798-21.959283.8953

#dbe111 color RGB value is (219,225,17).

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

The process color (four color CMYK) of #dbe111 color hex is 0.03, 0.00, 0.92, 0.12. Web safe color of #dbe111 is #cccc00. Color #dbe111 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100001 00010001
Octal 333 341 21
Decimal 219 225 17
Hex DB E1 11

RGB Percentages of Color #dbe111

%47.51
%48.81
%3.69

CMYK Percentages of Color #dbe111

%3
%0
%92
%12

Triadic Colors of #dbe111

#dbe111 #11dbe1 #e111db

Analogous Colors of #dbe111

#dbe111 #73e111 #e17f11

Monochromatic Colors of #dbe111

#dbe111

Complementary Color

#dbe111 #1711e1

#dbe111 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe111 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe111 Color CSS Codes

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

#dbe111 Text Font Color

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

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


#dbe111 Background Color

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

This div background color is #dbe111


#dbe111 Border Color

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

This div border color is #dbe111


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe111


Comments

No comments written yet.

Please login to write comment.