Color Hex Logo

#dbe998 Color Hex

#DBE998
(219,233,152)
0 Favorites   0 Comments

Color spaces of #dbe998

RGB 219233152
HSL0.200.650.75
HSV70°35°91°
CMYK 0.060.000.35   0.09
XYZ64.019875.604940.9248
Yxy75.60490.35460.4187
Hunter Lab86.9511-20.739532.9600
CIE-Lab89.6756-17.207837.8641

#dbe998 color RGB value is (219,233,152).

#dbe998 hex color red value is 219, green value is 233 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #dbe998 hue: 0.20 , saturation: 0.65 and the lightness value of dbe998 is 0.75.

The process color (four color CMYK) of #dbe998 color hex is 0.06, 0.00, 0.35, 0.09. Web safe color of #dbe998 is #ccff99. Color #dbe998 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101001 10011000
Octal 333 351 230
Decimal 219 233 152
Hex DB E9 98

RGB Percentages of Color #dbe998

%36.26
%38.58
%25.17

CMYK Percentages of Color #dbe998

%6
%0
%35
%9

Triadic Colors of #dbe998

#dbe998 #98dbe9 #e998db

Analogous Colors of #dbe998

#dbe998 #b3e998 #e9cf98

Monochromatic Colors of #dbe998

#dbe998

Complementary Color

#dbe998 #a698e9

#dbe998 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe998 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe998 Color CSS Codes

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

#dbe998 Text Font Color

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

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


#dbe998 Background Color

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

This div background color is #dbe998


#dbe998 Border Color

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

This div border color is #dbe998


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe998


Comments

No comments written yet.

Please login to write comment.