Color Hex Logo

#dbe098 Color Hex

#DBE098
(219,224,152)
0 Favorites   0 Comments

Color spaces of #dbe098

RGB 219224152
HSL0.180.540.74
HSV64°32°88°
CMYK 0.020.000.32   0.12
XYZ61.536670.638440.0970
Yxy70.63840.35720.4100
Hunter Lab84.0467-16.389030.5466
CIE-Lab87.3090-12.748834.7637

#dbe098 color RGB value is (219,224,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100000 10011000
Octal 333 340 230
Decimal 219 224 152
Hex DB E0 98

RGB Percentages of Color #dbe098

%36.81
%37.65
%25.55

CMYK Percentages of Color #dbe098

%2
%0
%32
%12

Triadic Colors of #dbe098

#dbe098 #98dbe0 #e098db

Analogous Colors of #dbe098

#dbe098 #b7e098 #e0c198

Monochromatic Colors of #dbe098

#dbe098

Complementary Color

#dbe098 #9d98e0

#dbe098 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe098 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe098 Color CSS Codes

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

#dbe098 Text Font Color

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

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


#dbe098 Background Color

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

This div background color is #dbe098


#dbe098 Border Color

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

This div border color is #dbe098


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe098

#dbe098 Color Palettes


Comments

No comments written yet.

Please login to write comment.