Color Hex Logo

#dbe77a Color Hex

#DBE77A
(219,231,122)
0 Favorites   0 Comments

Color spaces of #dbe77a

RGB 219231122
HSL0.190.690.69
HSV67°47°91°
CMYK 0.050.000.47   0.09
XYZ61.302273.617029.3909
Yxy73.61700.37310.4480
Hunter Lab85.8003-22.616839.7505
CIE-Lab88.7412-19.471751.3331

#dbe77a color RGB value is (219,231,122).

#dbe77a hex color red value is 219, green value is 231 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #dbe77a hue: 0.19 , saturation: 0.69 and the lightness value of dbe77a is 0.69.

The process color (four color CMYK) of #dbe77a color hex is 0.05, 0.00, 0.47, 0.09. Web safe color of #dbe77a is #ccff66. Color #dbe77a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100111 01111010
Octal 333 347 172
Decimal 219 231 122
Hex DB E7 7A

RGB Percentages of Color #dbe77a

%38.29
%40.38
%21.33

CMYK Percentages of Color #dbe77a

%5
%0
%47
%9

Triadic Colors of #dbe77a

#dbe77a #7adbe7 #e77adb

Analogous Colors of #dbe77a

#dbe77a #a5e77a #e7bd7a

Monochromatic Colors of #dbe77a

#dbe77a

Complementary Color

#dbe77a #867ae7

#dbe77a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe77a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe77a Color CSS Codes

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

#dbe77a Text Font Color

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

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


#dbe77a Background Color

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

This div background color is #dbe77a


#dbe77a Border Color

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

This div border color is #dbe77a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe77a


Comments

No comments written yet.

Please login to write comment.