Color Hex Logo

#dbe85d Color Hex

#DBE85D
(219,232,93)
0 Favorites   0 Comments

Color spaces of #dbe85d

RGB 21923293
HSL0.180.750.64
HSV66°60°91°
CMYK 0.060.000.60   0.09
XYZ60.045873.563621.3904
Yxy73.56360.38740.4746
Hunter Lab85.7692-25.130945.2518
CIE-Lab88.7158-22.334264.2794

#dbe85d color RGB value is (219,232,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101000 01011101
Octal 333 350 135
Decimal 219 232 93
Hex DB E8 5D

RGB Percentages of Color #dbe85d

%40.26
%42.65
%17.10

CMYK Percentages of Color #dbe85d

%6
%0
%60
%9

Triadic Colors of #dbe85d

#dbe85d #5ddbe8 #e85ddb

Analogous Colors of #dbe85d

#dbe85d #96e85d #e8b05d

Monochromatic Colors of #dbe85d

#dbe85d

Complementary Color

#dbe85d #6a5de8

#dbe85d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe85d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe85d Color CSS Codes

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

#dbe85d Text Font Color

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

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


#dbe85d Background Color

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

This div background color is #dbe85d


#dbe85d Border Color

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

This div border color is #dbe85d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe85d


Comments

No comments written yet.

Please login to write comment.