Color Hex Logo

#dbe46d Color Hex

#DBE46D
(219,228,109)
0 Favorites   0 Comments

Color spaces of #dbe46d

RGB 219228109
HSL0.180.690.66
HSV65°52°89°
CMYK 0.040.000.52   0.11
XYZ59.717171.651025.1506
Yxy71.65100.38150.4578
Hunter Lab84.6469-22.203141.6364
CIE-Lab87.8003-19.172456.2525

#dbe46d color RGB value is (219,228,109).

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

The process color (four color CMYK) of #dbe46d color hex is 0.04, 0.00, 0.52, 0.11. Web safe color of #dbe46d is #cccc66. Color #dbe46d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100100 01101101
Octal 333 344 155
Decimal 219 228 109
Hex DB E4 6D

RGB Percentages of Color #dbe46d

%39.39
%41.01
%19.60

CMYK Percentages of Color #dbe46d

%4
%0
%52
%11

Triadic Colors of #dbe46d

#dbe46d #6ddbe4 #e46ddb

Analogous Colors of #dbe46d

#dbe46d #a0e46d #e4b26d

Monochromatic Colors of #dbe46d

#dbe46d

Complementary Color

#dbe46d #766de4

#dbe46d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe46d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe46d Color CSS Codes

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

#dbe46d Text Font Color

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

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


#dbe46d Background Color

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

This div background color is #dbe46d


#dbe46d Border Color

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

This div border color is #dbe46d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe46d


Comments

No comments written yet.

Please login to write comment.