Color Hex Logo

#dbe086 Color Hex

#DBE086
(219,224,134)
0 Favorites   0 Comments

Color spaces of #dbe086

RGB 219224134
HSL0.180.590.70
HSV63°40°88°
CMYK 0.020.000.40   0.12
XYZ60.172170.092632.9121
Yxy70.09260.36880.4296
Hunter Lab83.7213-18.221035.2971
CIE-Lab87.0423-14.820043.4356

#dbe086 color RGB value is (219,224,134).

#dbe086 hex color red value is 219, green value is 224 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #dbe086 hue: 0.18 , saturation: 0.59 and the lightness value of dbe086 is 0.70.

The process color (four color CMYK) of #dbe086 color hex is 0.02, 0.00, 0.40, 0.12. Web safe color of #dbe086 is #cccc99. Color #dbe086 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100000 10000110
Octal 333 340 206
Decimal 219 224 134
Hex DB E0 86

RGB Percentages of Color #dbe086

%37.95
%38.82
%23.22

CMYK Percentages of Color #dbe086

%2
%0
%40
%12

Triadic Colors of #dbe086

#dbe086 #86dbe0 #e086db

Analogous Colors of #dbe086

#dbe086 #aee086 #e0b886

Monochromatic Colors of #dbe086

#dbe086

Complementary Color

#dbe086 #8b86e0

#dbe086 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe086 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe086 Color CSS Codes

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

#dbe086 Text Font Color

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

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


#dbe086 Background Color

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

This div background color is #dbe086


#dbe086 Border Color

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

This div border color is #dbe086


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe086


Comments

No comments written yet.

Please login to write comment.