Color Hex Logo

#dab95b Color Hex

#DAB95B
(218,185,91)
0 Favorites   0 Comments

Color spaces of #dab95b

RGB 21818591
HSL0.120.630.61
HSV44°58°85°
CMYK 0.000.150.58   0.15
XYZ48.150750.358717.0799
Yxy50.35870.41660.4357
Hunter Lab70.9639-3.070235.4045
CIE-Lab76.28890.791551.2560

#dab95b color RGB value is (218,185,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111001 01011011
Octal 332 271 133
Decimal 218 185 91
Hex DA B9 5B

RGB Percentages of Color #dab95b

%44.13
%37.45
%18.42

CMYK Percentages of Color #dab95b

%0
%15
%58
%15

Triadic Colors of #dab95b

#dab95b #5bdab9 #b95bda

Analogous Colors of #dab95b

#dab95b #bcda5b #da7a5b

Monochromatic Colors of #dab95b

#dab95b

Complementary Color

#dab95b #5b7cda

#dab95b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab95b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab95b Color CSS Codes

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

#dab95b Text Font Color

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

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


#dab95b Background Color

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

This div background color is #dab95b


#dab95b Border Color

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

This div border color is #dab95b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab95b


Comments

No comments written yet.

Please login to write comment.