Color Hex Logo

#dbe57a Color Hex

#DBE57A
(219,229,122)
0 Favorites   0 Comments

Color spaces of #dbe57a

RGB 219229122
HSL0.180.670.69
HSV66°47°90°
CMYK 0.040.000.47   0.10
XYZ60.745672.503829.2054
Yxy72.50380.37390.4463
Hunter Lab85.1492-21.668739.2685
CIE-Lab88.2105-18.495950.6907

#dbe57a color RGB value is (219,229,122).

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

The process color (four color CMYK) of #dbe57a color hex is 0.04, 0.00, 0.47, 0.10. Web safe color of #dbe57a is #cccc66. Color #dbe57a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100101 01111010
Octal 333 345 172
Decimal 219 229 122
Hex DB E5 7A

RGB Percentages of Color #dbe57a

%38.42
%40.18
%21.40

CMYK Percentages of Color #dbe57a

%4
%0
%47
%10

Triadic Colors of #dbe57a

#dbe57a #7adbe5 #e57adb

Analogous Colors of #dbe57a

#dbe57a #a6e57a #e5ba7a

Monochromatic Colors of #dbe57a

#dbe57a

Complementary Color

#dbe57a #847ae5

#dbe57a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe57a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe57a Color CSS Codes

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

#dbe57a Text Font Color

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

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


#dbe57a Background Color

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

This div background color is #dbe57a


#dbe57a Border Color

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

This div border color is #dbe57a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe57a


Comments

No comments written yet.

Please login to write comment.