Color Hex Logo

#dbe584 Color Hex

#DBE584
(219,229,132)
0 Favorites   0 Comments

Color spaces of #dbe584

RGB 219229132
HSL0.180.650.71
HSV66°42°90°
CMYK 0.040.000.42   0.10
XYZ61.397672.764632.6388
Yxy72.76460.36810.4362
Hunter Lab85.3022-20.800637.0256
CIE-Lab88.3353-17.498446.0376

#dbe584 color RGB value is (219,229,132).

#dbe584 hex color red value is 219, green value is 229 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #dbe584 hue: 0.18 , saturation: 0.65 and the lightness value of dbe584 is 0.71.

The process color (four color CMYK) of #dbe584 color hex is 0.04, 0.00, 0.42, 0.10. Web safe color of #dbe584 is #cccc99. Color #dbe584 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100101 10000100
Octal 333 345 204
Decimal 219 229 132
Hex DB E5 84

RGB Percentages of Color #dbe584

%37.76
%39.48
%22.76

CMYK Percentages of Color #dbe584

%4
%0
%42
%10

Triadic Colors of #dbe584

#dbe584 #84dbe5 #e584db

Analogous Colors of #dbe584

#dbe584 #abe584 #e5bf84

Monochromatic Colors of #dbe584

#dbe584

Complementary Color

#dbe584 #8e84e5

#dbe584 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe584 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe584 Color CSS Codes

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

#dbe584 Text Font Color

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

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


#dbe584 Background Color

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

This div background color is #dbe584


#dbe584 Border Color

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

This div border color is #dbe584


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe584


Comments

No comments written yet.

Please login to write comment.