Color Hex Logo

#dbe97a Color Hex

#DBE97A
(219,233,122)
0 Favorites   0 Comments

Color spaces of #dbe97a

RGB 219233122
HSL0.190.720.70
HSV68°48°91°
CMYK 0.060.000.48   0.09
XYZ61.865274.743029.5786
Yxy74.74300.37230.4498
Hunter Lab86.4540-23.562740.2329
CIE-Lab89.2725-20.443451.9746

#dbe97a color RGB value is (219,233,122).

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

The process color (four color CMYK) of #dbe97a color hex is 0.06, 0.00, 0.48, 0.09. Web safe color of #dbe97a is #ccff66. Color #dbe97a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101001 01111010
Octal 333 351 172
Decimal 219 233 122
Hex DB E9 7A

RGB Percentages of Color #dbe97a

%38.15
%40.59
%21.25

CMYK Percentages of Color #dbe97a

%6
%0
%48
%9

Triadic Colors of #dbe97a

#dbe97a #7adbe9 #e97adb

Analogous Colors of #dbe97a

#dbe97a #a4e97a #e9c07a

Monochromatic Colors of #dbe97a

#dbe97a

Complementary Color

#dbe97a #887ae9

#dbe97a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe97a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe97a Color CSS Codes

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

#dbe97a Text Font Color

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

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


#dbe97a Background Color

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

This div background color is #dbe97a


#dbe97a Border Color

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

This div border color is #dbe97a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,233,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 #dbe97a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe97a


Comments

No comments written yet.

Please login to write comment.