Color Hex Logo

#dbe077 Color Hex

#DBE077
(219,224,119)
0 Favorites   0 Comments

Color spaces of #dbe077

RGB 219224119
HSL0.170.630.67
HSV63°47°88°
CMYK 0.020.000.47   0.12
XYZ59.198869.703327.7867
Yxy69.70330.37780.4449
Hunter Lab83.4885-19.536738.7090
CIE-Lab86.8511-16.323650.4703

#dbe077 color RGB value is (219,224,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100000 01110111
Octal 333 340 167
Decimal 219 224 119
Hex DB E0 77

RGB Percentages of Color #dbe077

%38.97
%39.86
%21.17

CMYK Percentages of Color #dbe077

%2
%0
%47
%12

Triadic Colors of #dbe077

#dbe077 #77dbe0 #e077db

Analogous Colors of #dbe077

#dbe077 #a7e077 #e0b177

Monochromatic Colors of #dbe077

#dbe077

Complementary Color

#dbe077 #7c77e0

#dbe077 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe077 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe077 Color CSS Codes

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

#dbe077 Text Font Color

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

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


#dbe077 Background Color

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

This div background color is #dbe077


#dbe077 Border Color

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

This div border color is #dbe077


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe077


Comments

No comments written yet.

Please login to write comment.