Color Hex Logo

#dbe156 Color Hex

#DBE156
(219,225,86)
0 Favorites   0 Comments

Color spaces of #dbe156

RGB 21922586
HSL0.170.700.61
HSV63°62°88°
CMYK 0.030.000.62   0.12
XYZ57.818369.582419.1875
Yxy69.58240.39440.4747
Hunter Lab83.4161-22.254144.7533
CIE-Lab86.7916-19.412465.0984

#dbe156 color RGB value is (219,225,86).

#dbe156 hex color red value is 219, green value is 225 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #dbe156 hue: 0.17 , saturation: 0.70 and the lightness value of dbe156 is 0.61.

The process color (four color CMYK) of #dbe156 color hex is 0.03, 0.00, 0.62, 0.12. Web safe color of #dbe156 is #cccc66. Color #dbe156 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100001 01010110
Octal 333 341 126
Decimal 219 225 86
Hex DB E1 56

RGB Percentages of Color #dbe156

%41.32
%42.45
%16.23

CMYK Percentages of Color #dbe156

%3
%0
%62
%12

Triadic Colors of #dbe156

#dbe156 #56dbe1 #e156db

Analogous Colors of #dbe156

#dbe156 #96e156 #e1a256

Monochromatic Colors of #dbe156

#dbe156

Complementary Color

#dbe156 #5c56e1

#dbe156 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe156 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe156 Color CSS Codes

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

#dbe156 Text Font Color

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

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


#dbe156 Background Color

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

This div background color is #dbe156


#dbe156 Border Color

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

This div border color is #dbe156


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe156


Comments

No comments written yet.

Please login to write comment.