Color Hex Logo

#dabc9e Color Hex

#DABC9E
(218,188,158)
0 Favorites   0 Comments

Color spaces of #dabc9e

RGB 218188158
HSL0.080.450.74
HSV30°28°85°
CMYK 0.000.140.28   0.15
XYZ53.068253.340539.8465
Yxy53.34050.36280.3647
Hunter Lab73.03461.890718.7765
CIE-Lab78.07566.221719.1431

#dabc9e color RGB value is (218,188,158).

#dabc9e hex color red value is 218, green value is 188 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #dabc9e hue: 0.08 , saturation: 0.45 and the lightness value of dabc9e is 0.74.

The process color (four color CMYK) of #dabc9e color hex is 0.00, 0.14, 0.28, 0.15. Web safe color of #dabc9e is #cccc99. Color #dabc9e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111100 10011110
Octal 332 274 236
Decimal 218 188 158
Hex DA BC 9E

RGB Percentages of Color #dabc9e

%38.65
%33.33
%28.01

CMYK Percentages of Color #dabc9e

%0
%14
%28
%15

Triadic Colors of #dabc9e

#dabc9e #9edabc #bc9eda

Analogous Colors of #dabc9e

#dabc9e #dada9e #da9e9e

Monochromatic Colors of #dabc9e

#dabc9e

Complementary Color

#dabc9e #9ebcda

#dabc9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabc9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabc9e Color CSS Codes

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

#dabc9e Text Font Color

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

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


#dabc9e Background Color

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

This div background color is #dabc9e


#dabc9e Border Color

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

This div border color is #dabc9e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(218,188,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dabc9e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dabc9e;
  -webkit-box-shadow: 1px 1px 3px 2px #dabc9e;
  box-shadow:         1px 1px 3px 2px #dabc9e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,188,158, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabc9e


Comments

No comments written yet.

Please login to write comment.