Color Hex Logo

#dbe084 Color Hex

#DBE084
(219,224,132)
0 Favorites   0 Comments

Color spaces of #dbe084

RGB 219224132
HSL0.180.600.70
HSV63°41°88°
CMYK 0.020.000.41   0.12
XYZ60.033970.037332.1842
Yxy70.03730.37000.4316
Hunter Lab83.6883-18.407335.7805
CIE-Lab87.0152-15.032144.3858

#dbe084 color RGB value is (219,224,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100000 10000100
Octal 333 340 204
Decimal 219 224 132
Hex DB E0 84

RGB Percentages of Color #dbe084

%38.09
%38.96
%22.96

CMYK Percentages of Color #dbe084

%2
%0
%41
%12

Triadic Colors of #dbe084

#dbe084 #84dbe0 #e084db

Analogous Colors of #dbe084

#dbe084 #ade084 #e0b784

Monochromatic Colors of #dbe084

#dbe084

Complementary Color

#dbe084 #8984e0

#dbe084 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe084 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe084 Color CSS Codes

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

#dbe084 Text Font Color

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

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


#dbe084 Background Color

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

This div background color is #dbe084


#dbe084 Border Color

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

This div border color is #dbe084


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe084


Comments

No comments written yet.

Please login to write comment.