Color Hex Logo

#dbea5e Color Hex

#DBEA5E
(219,234,94)
0 Favorites   0 Comments

Color spaces of #dbea5e

RGB 21923494
HSL0.180.770.64
HSV66°60°92°
CMYK 0.060.000.60   0.08
XYZ60.656674.713921.8139
Yxy74.71390.38590.4753
Hunter Lab86.4372-26.004245.5432
CIE-Lab89.2588-23.224864.4533

#dbea5e color RGB value is (219,234,94).

#dbea5e hex color red value is 219, green value is 234 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #dbea5e hue: 0.18 , saturation: 0.77 and the lightness value of dbea5e is 0.64.

The process color (four color CMYK) of #dbea5e color hex is 0.06, 0.00, 0.60, 0.08. Web safe color of #dbea5e is #ccff66. Color #dbea5e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101010 01011110
Octal 333 352 136
Decimal 219 234 94
Hex DB EA 5E

RGB Percentages of Color #dbea5e

%40.04
%42.78
%17.18

CMYK Percentages of Color #dbea5e

%6
%0
%60
%8

Triadic Colors of #dbea5e

#dbea5e #5edbea #ea5edb

Analogous Colors of #dbea5e

#dbea5e #95ea5e #eab35e

Monochromatic Colors of #dbea5e

#dbea5e

Complementary Color

#dbea5e #6d5eea

#dbea5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbea5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbea5e Color CSS Codes

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

#dbea5e Text Font Color

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

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


#dbea5e Background Color

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

This div background color is #dbea5e


#dbea5e Border Color

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

This div border color is #dbea5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbea5e


Comments

No comments written yet.

Please login to write comment.