Color Hex Logo

#dbe885 Color Hex

#DBE885
(219,232,133)
0 Favorites   0 Comments

Color spaces of #dbe885

RGB 219232133
HSL0.190.680.72
HSV68°43°91°
CMYK 0.060.000.43   0.09
XYZ62.303774.466733.2801
Yxy74.46670.36640.4379
Hunter Lab86.2941-22.139037.5401
CIE-Lab89.1426-18.862246.5584

#dbe885 color RGB value is (219,232,133).

#dbe885 hex color red value is 219, green value is 232 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #dbe885 hue: 0.19 , saturation: 0.68 and the lightness value of dbe885 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101000 10000101
Octal 333 350 205
Decimal 219 232 133
Hex DB E8 85

RGB Percentages of Color #dbe885

%37.50
%39.73
%22.77

CMYK Percentages of Color #dbe885

%6
%0
%43
%9

Triadic Colors of #dbe885

#dbe885 #85dbe8 #e885db

Analogous Colors of #dbe885

#dbe885 #aae885 #e8c485

Monochromatic Colors of #dbe885

#dbe885

Complementary Color

#dbe885 #9285e8

#dbe885 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe885 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe885 Color CSS Codes

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

#dbe885 Text Font Color

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

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


#dbe885 Background Color

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

This div background color is #dbe885


#dbe885 Border Color

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

This div border color is #dbe885


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe885


Comments

No comments written yet.

Please login to write comment.