Color Hex Logo

#dbea5d Color Hex

#DBEA5D
(219,234,93)
0 Favorites   0 Comments

Color spaces of #dbea5d

RGB 21923493
HSL0.180.770.64
HSV66°60°92°
CMYK 0.060.000.60   0.08
XYZ60.612074.696021.5791
Yxy74.69600.38630.4761
Hunter Lab86.4268-26.063245.6952
CIE-Lab89.2504-23.294164.8602

#dbea5d color RGB value is (219,234,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101010 01011101
Octal 333 352 135
Decimal 219 234 93
Hex DB EA 5D

RGB Percentages of Color #dbea5d

%40.11
%42.86
%17.03

CMYK Percentages of Color #dbea5d

%6
%0
%60
%8

Triadic Colors of #dbea5d

#dbea5d #5ddbea #ea5ddb

Analogous Colors of #dbea5d

#dbea5d #95ea5d #eab35d

Monochromatic Colors of #dbea5d

#dbea5d

Complementary Color

#dbea5d #6c5dea

#dbea5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbea5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbea5d Color CSS Codes

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

#dbea5d Text Font Color

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

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


#dbea5d Background Color

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

This div background color is #dbea5d


#dbea5d Border Color

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

This div border color is #dbea5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbea5d


Comments

No comments written yet.

Please login to write comment.