Color Hex Logo

#dbeabf Color Hex

#DBEABF
(219,234,191)
0 Favorites   0 Comments

Color spaces of #dbeabf

RGB 219234191
HSL0.220.510.83
HSV81°18°92°
CMYK 0.060.000.18   0.08
XYZ68.040277.667360.6954
Yxy77.66730.32960.3763
Hunter Lab88.1291-16.414620.8567
CIE-Lab90.6279-12.323319.2416

#dbeabf color RGB value is (219,234,191).

#dbeabf hex color red value is 219, green value is 234 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #dbeabf hue: 0.22 , saturation: 0.51 and the lightness value of dbeabf is 0.83.

The process color (four color CMYK) of #dbeabf color hex is 0.06, 0.00, 0.18, 0.08. Web safe color of #dbeabf is #ccffcc. Color #dbeabf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101010 10111111
Octal 333 352 277
Decimal 219 234 191
Hex DB EA BF

RGB Percentages of Color #dbeabf

%34.01
%36.34
%29.66

CMYK Percentages of Color #dbeabf

%6
%0
%18
%8

Triadic Colors of #dbeabf

#dbeabf #bfdbea #eabfdb

Analogous Colors of #dbeabf

#dbeabf #c6eabf #eae4bf

Monochromatic Colors of #dbeabf

#dbeabf

Complementary Color

#dbeabf #cebfea

#dbeabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbeabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbeabf Color CSS Codes

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

#dbeabf Text Font Color

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

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


#dbeabf Background Color

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

This div background color is #dbeabf


#dbeabf Border Color

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

This div border color is #dbeabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbeabf


Comments

No comments written yet.

Please login to write comment.