Color Hex Logo

#dbe992 Color Hex

#DBE992
(219,233,146)
0 Favorites   0 Comments

Color spaces of #dbe992

RGB 219233146
HSL0.190.660.74
HSV70°37°91°
CMYK 0.060.000.37   0.09
XYZ63.540675.413238.4014
Yxy75.41320.35830.4252
Hunter Lab86.8408-21.364534.5702
CIE-Lab89.5862-17.918840.7397

#dbe992 color RGB value is (219,233,146).

#dbe992 hex color red value is 219, green value is 233 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #dbe992 hue: 0.19 , saturation: 0.66 and the lightness value of dbe992 is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101001 10010010
Octal 333 351 222
Decimal 219 233 146
Hex DB E9 92

RGB Percentages of Color #dbe992

%36.62
%38.96
%24.41

CMYK Percentages of Color #dbe992

%6
%0
%37
%9

Triadic Colors of #dbe992

#dbe992 #92dbe9 #e992db

Analogous Colors of #dbe992

#dbe992 #b0e992 #e9cc92

Monochromatic Colors of #dbe992

#dbe992

Complementary Color

#dbe992 #a092e9

#dbe992 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe992 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe992 Color CSS Codes

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

#dbe992 Text Font Color

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

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


#dbe992 Background Color

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

This div background color is #dbe992


#dbe992 Border Color

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

This div border color is #dbe992


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe992


Comments

No comments written yet.

Please login to write comment.