Color Hex Logo

#dbe120 Color Hex

#DBE120
(219,225,32)
0 Favorites   0 Comments

Color spaces of #dbe120

RGB 21922532
HSL0.170.760.50
HSV62°86°88°
CMYK 0.030.000.86   0.12
XYZ56.399369.014811.7151
Yxy69.01480.41130.5033
Hunter Lab83.0751-24.198849.7916
CIE-Lab86.5114-21.699081.6193

#dbe120 color RGB value is (219,225,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100001 00100000
Octal 333 341 40
Decimal 219 225 32
Hex DB E1 20

RGB Percentages of Color #dbe120

%46.01
%47.27
%6.72

CMYK Percentages of Color #dbe120

%3
%0
%86
%12

Triadic Colors of #dbe120

#dbe120 #20dbe1 #e120db

Analogous Colors of #dbe120

#dbe120 #7be120 #e18720

Monochromatic Colors of #dbe120

#dbe120

Complementary Color

#dbe120 #2620e1

#dbe120 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe120 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe120 Color CSS Codes

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

#dbe120 Text Font Color

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

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


#dbe120 Background Color

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

This div background color is #dbe120


#dbe120 Border Color

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

This div border color is #dbe120


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe120


Comments

No comments written yet.

Please login to write comment.