Color Hex Logo

#dbeacb Color Hex

#DBEACB
(219,234,203)
0 Favorites   0 Comments

Color spaces of #dbeacb

RGB 219234203
HSL0.250.420.86
HSV89°13°92°
CMYK 0.060.000.13   0.08
XYZ69.415778.217567.9388
Yxy78.21750.32200.3628
Hunter Lab88.4407-14.669316.3628
CIE-Lab90.8791-10.412113.3714

#dbeacb color RGB value is (219,234,203).

#dbeacb hex color red value is 219, green value is 234 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #dbeacb hue: 0.25 , saturation: 0.42 and the lightness value of dbeacb is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101010 11001011
Octal 333 352 313
Decimal 219 234 203
Hex DB EA CB

RGB Percentages of Color #dbeacb

%33.38
%35.67
%30.95

CMYK Percentages of Color #dbeacb

%6
%0
%13
%8

Triadic Colors of #dbeacb

#dbeacb #cbdbea #eacbdb

Analogous Colors of #dbeacb

#dbeacb #cceacb #eaeacb

Monochromatic Colors of #dbeacb

#dbeacb

Complementary Color

#dbeacb #dacbea

#dbeacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbeacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbeacb Color CSS Codes

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

#dbeacb Text Font Color

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

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


#dbeacb Background Color

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

This div background color is #dbeacb


#dbeacb Border Color

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

This div border color is #dbeacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbeacb


Comments

No comments written yet.

Please login to write comment.