Color Hex Logo

#dbe050 Color Hex

#DBE050
(219,224,80)
0 Favorites   0 Comments

Color spaces of #dbe050

RGB 21922480
HSL0.170.700.60
HSV62°64°88°
CMYK 0.020.000.64   0.12
XYZ57.317068.950617.8773
Yxy68.95060.39760.4783
Hunter Lab83.0365-22.102045.3607
CIE-Lab86.4796-19.295367.1730

#dbe050 color RGB value is (219,224,80).

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

The process color (four color CMYK) of #dbe050 color hex is 0.02, 0.00, 0.64, 0.12. Web safe color of #dbe050 is #cccc66. Color #dbe050 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100000 01010000
Octal 333 340 120
Decimal 219 224 80
Hex DB E0 50

RGB Percentages of Color #dbe050

%41.87
%42.83
%15.30

CMYK Percentages of Color #dbe050

%2
%0
%64
%12

Triadic Colors of #dbe050

#dbe050 #50dbe0 #e050db

Analogous Colors of #dbe050

#dbe050 #93e050 #e09d50

Monochromatic Colors of #dbe050

#dbe050

Complementary Color

#dbe050 #5550e0

#dbe050 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe050 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe050 Color CSS Codes

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

#dbe050 Text Font Color

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

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


#dbe050 Background Color

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

This div background color is #dbe050


#dbe050 Border Color

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

This div border color is #dbe050


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe050


Comments

No comments written yet.

Please login to write comment.