Color Hex Logo

#dab95e Color Hex

#DAB95E
(218,185,94)
0 Favorites   0 Comments

Color spaces of #dab95e

RGB 21818594
HSL0.120.630.61
HSV44°57°85°
CMYK 0.000.150.57   0.15
XYZ48.282850.411517.7753
Yxy50.41150.41460.4328
Hunter Lab71.0011-2.866634.8573
CIE-Lab76.32111.016749.8671

#dab95e color RGB value is (218,185,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111001 01011110
Octal 332 271 136
Decimal 218 185 94
Hex DA B9 5E

RGB Percentages of Color #dab95e

%43.86
%37.22
%18.91

CMYK Percentages of Color #dab95e

%0
%15
%57
%15

Triadic Colors of #dab95e

#dab95e #5edab9 #b95eda

Analogous Colors of #dab95e

#dab95e #bdda5e #da7b5e

Monochromatic Colors of #dab95e

#dab95e

Complementary Color

#dab95e #5e7fda

#dab95e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab95e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab95e Color CSS Codes

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

#dab95e Text Font Color

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

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


#dab95e Background Color

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

This div background color is #dab95e


#dab95e Border Color

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

This div border color is #dab95e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab95e


Comments

No comments written yet.

Please login to write comment.