Color Hex Logo

#dabc89 Color Hex

#DABC89
(218,188,137)
0 Favorites   0 Comments

Color spaces of #dabc89

RGB 218188137
HSL0.100.520.70
HSV38°37°85°
CMYK 0.000.140.37   0.15
XYZ51.412052.678031.1251
Yxy52.67800.38020.3896
Hunter Lab72.5796-0.573325.3798
CIE-Lab77.68453.579129.7761

#dabc89 color RGB value is (218,188,137).

#dabc89 hex color red value is 218, green value is 188 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #dabc89 hue: 0.10 , saturation: 0.52 and the lightness value of dabc89 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111100 10001001
Octal 332 274 211
Decimal 218 188 137
Hex DA BC 89

RGB Percentages of Color #dabc89

%40.15
%34.62
%25.23

CMYK Percentages of Color #dabc89

%0
%14
%37
%15

Triadic Colors of #dabc89

#dabc89 #89dabc #bc89da

Analogous Colors of #dabc89

#dabc89 #d0da89 #da9489

Monochromatic Colors of #dabc89

#dabc89

Complementary Color

#dabc89 #89a7da

#dabc89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabc89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabc89 Color CSS Codes

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

#dabc89 Text Font Color

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

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


#dabc89 Background Color

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

This div background color is #dabc89


#dabc89 Border Color

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

This div border color is #dabc89


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabc89


Comments

No comments written yet.

Please login to write comment.