Color Hex Logo

#dabc8a Color Hex

#DABC8A
(218,188,138)
0 Favorites   0 Comments

Color spaces of #dabc8a

RGB 218188138
HSL0.100.520.70
HSV38°37°85°
CMYK 0.000.140.37   0.15
XYZ51.484152.706831.5047
Yxy52.70680.37940.3884
Hunter Lab72.5994-0.465325.0906
CIE-Lab77.70163.695829.2721

#dabc8a color RGB value is (218,188,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111100 10001010
Octal 332 274 212
Decimal 218 188 138
Hex DA BC 8A

RGB Percentages of Color #dabc8a

%40.07
%34.56
%25.37

CMYK Percentages of Color #dabc8a

%0
%14
%37
%15

Triadic Colors of #dabc8a

#dabc8a #8adabc #bc8ada

Analogous Colors of #dabc8a

#dabc8a #d0da8a #da948a

Monochromatic Colors of #dabc8a

#dabc8a

Complementary Color

#dabc8a #8aa8da

#dabc8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabc8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabc8a Color CSS Codes

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

#dabc8a Text Font Color

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

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


#dabc8a Background Color

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

This div background color is #dabc8a


#dabc8a Border Color

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

This div border color is #dabc8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabc8a


Comments

No comments written yet.

Please login to write comment.