Color Hex Logo

#daba8a Color Hex

#DABA8A
(218,186,138)
0 Favorites   0 Comments

Color spaces of #daba8a

RGB 218186138
HSL0.100.520.70
HSV36°37°85°
CMYK 0.000.150.37   0.15
XYZ51.059851.858231.3633
Yxy51.85820.38020.3862
Hunter Lab72.01260.541424.5866
CIE-Lab77.19604.752428.5986

#daba8a color RGB value is (218,186,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111010 10001010
Octal 332 272 212
Decimal 218 186 138
Hex DA BA 8A

RGB Percentages of Color #daba8a

%40.22
%34.32
%25.46

CMYK Percentages of Color #daba8a

%0
%15
%37
%15

Triadic Colors of #daba8a

#daba8a #8adaba #ba8ada

Analogous Colors of #daba8a

#daba8a #d2da8a #da928a

Monochromatic Colors of #daba8a

#daba8a

Complementary Color

#daba8a #8aaada

#daba8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daba8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#daba8a Color CSS Codes

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

#daba8a Text Font Color

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

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


#daba8a Background Color

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

This div background color is #daba8a


#daba8a Border Color

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

This div border color is #daba8a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,186,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 #daba8a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daba8a


Comments

No comments written yet.

Please login to write comment.