Color Hex Logo

#daba5e Color Hex

#DABA5E
(218,186,94)
0 Favorites   0 Comments

Color spaces of #daba5e

RGB 21818694
HSL0.120.630.61
HSV45°57°85°
CMYK 0.000.150.57   0.15
XYZ48.492750.831417.8453
Yxy50.83140.41390.4338
Hunter Lab71.2961-3.359935.0671
CIE-Lab76.57680.492150.1646

#daba5e color RGB value is (218,186,94).

#daba5e hex color red value is 218, green value is 186 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #daba5e hue: 0.12 , saturation: 0.63 and the lightness value of daba5e is 0.61.

The process color (four color CMYK) of #daba5e color hex is 0.00, 0.15, 0.57, 0.15. Web safe color of #daba5e is #cccc66. Color #daba5e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111010 01011110
Octal 332 272 136
Decimal 218 186 94
Hex DA BA 5E

RGB Percentages of Color #daba5e

%43.78
%37.35
%18.88

CMYK Percentages of Color #daba5e

%0
%15
%57
%15

Triadic Colors of #daba5e

#daba5e #5edaba #ba5eda

Analogous Colors of #daba5e

#daba5e #bcda5e #da7c5e

Monochromatic Colors of #daba5e

#daba5e

Complementary Color

#daba5e #5e7eda

#daba5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daba5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#daba5e Color CSS Codes

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

#daba5e Text Font Color

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

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


#daba5e Background Color

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

This div background color is #daba5e


#daba5e Border Color

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

This div border color is #daba5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daba5e


Comments

No comments written yet.

Please login to write comment.