Color Hex Logo

#dbe092 Color Hex

#DBE092
(219,224,146)
0 Favorites   0 Comments

Color spaces of #dbe092

RGB 219224146
HSL0.180.560.73
HSV64°35°88°
CMYK 0.020.000.35   0.12
XYZ61.057470.446737.5736
Yxy70.44670.36110.4167
Hunter Lab83.9325-17.030732.2108
CIE-Lab87.2155-13.471337.6750

#dbe092 color RGB value is (219,224,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100000 10010010
Octal 333 340 222
Decimal 219 224 146
Hex DB E0 92

RGB Percentages of Color #dbe092

%37.18
%38.03
%24.79

CMYK Percentages of Color #dbe092

%2
%0
%35
%12

Triadic Colors of #dbe092

#dbe092 #92dbe0 #e092db

Analogous Colors of #dbe092

#dbe092 #b4e092 #e0be92

Monochromatic Colors of #dbe092

#dbe092

Complementary Color

#dbe092 #9792e0

#dbe092 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe092 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe092 Color CSS Codes

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

#dbe092 Text Font Color

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

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


#dbe092 Background Color

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

This div background color is #dbe092


#dbe092 Border Color

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

This div border color is #dbe092


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe092


Comments

No comments written yet.

Please login to write comment.