Color Hex Logo

#dbe080 Color Hex

#DBE080
(219,224,128)
0 Favorites   0 Comments

Color spaces of #dbe080

RGB 219224128
HSL0.180.610.69
HSV63°43°88°
CMYK 0.020.000.43   0.12
XYZ59.765469.929930.7699
Yxy69.92990.37250.4358
Hunter Lab83.6241-18.769836.7208
CIE-Lab86.9625-15.445546.2757

#dbe080 color RGB value is (219,224,128).

#dbe080 hex color red value is 219, green value is 224 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #dbe080 hue: 0.18 , saturation: 0.61 and the lightness value of dbe080 is 0.69.

The process color (four color CMYK) of #dbe080 color hex is 0.02, 0.00, 0.43, 0.12. Web safe color of #dbe080 is #cccc99. Color #dbe080 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100000 10000000
Octal 333 340 200
Decimal 219 224 128
Hex DB E0 80

RGB Percentages of Color #dbe080

%38.35
%39.23
%22.42

CMYK Percentages of Color #dbe080

%2
%0
%43
%12

Triadic Colors of #dbe080

#dbe080 #80dbe0 #e080db

Analogous Colors of #dbe080

#dbe080 #abe080 #e0b580

Monochromatic Colors of #dbe080

#dbe080

Complementary Color

#dbe080 #8580e0

#dbe080 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe080 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe080 Color CSS Codes

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

#dbe080 Text Font Color

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

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


#dbe080 Background Color

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

This div background color is #dbe080


#dbe080 Border Color

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

This div border color is #dbe080


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe080


Comments

No comments written yet.

Please login to write comment.