Color Hex Logo

#dbe85c Color Hex

#DBE85C
(219,232,92)
0 Favorites   0 Comments

Color spaces of #dbe85c

RGB 21923292
HSL0.180.750.64
HSV66°60°91°
CMYK 0.060.000.60   0.09
XYZ60.001873.546021.1586
Yxy73.54600.38780.4754
Hunter Lab85.7590-25.189545.4031
CIE-Lab88.7075-22.403064.6865

#dbe85c color RGB value is (219,232,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101000 01011100
Octal 333 350 134
Decimal 219 232 92
Hex DB E8 5C

RGB Percentages of Color #dbe85c

%40.33
%42.73
%16.94

CMYK Percentages of Color #dbe85c

%6
%0
%60
%9

Triadic Colors of #dbe85c

#dbe85c #5cdbe8 #e85cdb

Analogous Colors of #dbe85c

#dbe85c #95e85c #e8af5c

Monochromatic Colors of #dbe85c

#dbe85c

Complementary Color

#dbe85c #695ce8

#dbe85c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe85c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe85c Color CSS Codes

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

#dbe85c Text Font Color

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

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


#dbe85c Background Color

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

This div background color is #dbe85c


#dbe85c Border Color

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

This div border color is #dbe85c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe85c


Comments

No comments written yet.

Please login to write comment.