Color Hex Logo

#dbe097 Color Hex

#DBE097
(219,224,151)
0 Favorites   0 Comments

Color spaces of #dbe097

RGB 219224151
HSL0.180.540.74
HSV64°33°88°
CMYK 0.020.000.33   0.12
XYZ61.455070.605739.6674
Yxy70.60570.35790.4111
Hunter Lab84.0272-16.498030.8295
CIE-Lab87.2931-12.871435.2500

#dbe097 color RGB value is (219,224,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100000 10010111
Octal 333 340 227
Decimal 219 224 151
Hex DB E0 97

RGB Percentages of Color #dbe097

%36.87
%37.71
%25.42

CMYK Percentages of Color #dbe097

%2
%0
%33
%12

Triadic Colors of #dbe097

#dbe097 #97dbe0 #e097db

Analogous Colors of #dbe097

#dbe097 #b7e097 #e0c197

Monochromatic Colors of #dbe097

#dbe097

Complementary Color

#dbe097 #9c97e0

#dbe097 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe097 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe097 Color CSS Codes

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

#dbe097 Text Font Color

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

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


#dbe097 Background Color

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

This div background color is #dbe097


#dbe097 Border Color

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

This div border color is #dbe097


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe097


Comments

No comments written yet.

Please login to write comment.