Color Hex Logo

#dbe072 Color Hex

#DBE072
(219,224,114)
0 Favorites   0 Comments

Color spaces of #dbe072

RGB 219224114
HSL0.170.640.66
HSV63°49°88°
CMYK 0.020.000.49   0.12
XYZ58.906369.586326.2464
Yxy69.58630.38070.4497
Hunter Lab83.4184-19.933639.7381
CIE-Lab86.7936-16.779852.7597

#dbe072 color RGB value is (219,224,114).

#dbe072 hex color red value is 219, green value is 224 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #dbe072 hue: 0.17 , saturation: 0.64 and the lightness value of dbe072 is 0.66.

The process color (four color CMYK) of #dbe072 color hex is 0.02, 0.00, 0.49, 0.12. Web safe color of #dbe072 is #cccc66. Color #dbe072 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100000 01110010
Octal 333 340 162
Decimal 219 224 114
Hex DB E0 72

RGB Percentages of Color #dbe072

%39.32
%40.22
%20.47

CMYK Percentages of Color #dbe072

%2
%0
%49
%12

Triadic Colors of #dbe072

#dbe072 #72dbe0 #e072db

Analogous Colors of #dbe072

#dbe072 #a4e072 #e0ae72

Monochromatic Colors of #dbe072

#dbe072

Complementary Color

#dbe072 #7772e0

#dbe072 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe072 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe072 Color CSS Codes

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

#dbe072 Text Font Color

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

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


#dbe072 Background Color

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

This div background color is #dbe072


#dbe072 Border Color

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

This div border color is #dbe072


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe072


Comments

No comments written yet.

Please login to write comment.