Color Hex Logo

#dab35b Color Hex

#DAB35B
(218,179,91)
0 Favorites   0 Comments

Color spaces of #dab35b

RGB 21817991
HSL0.120.630.61
HSV42°58°85°
CMYK 0.000.180.58   0.15
XYZ46.921947.901016.6703
Yxy47.90100.42080.4296
Hunter Lab69.2105-0.102834.1666
CIE-Lab74.76243.951149.4934

#dab35b color RGB value is (218,179,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110011 01011011
Octal 332 263 133
Decimal 218 179 91
Hex DA B3 5B

RGB Percentages of Color #dab35b

%44.67
%36.68
%18.65

CMYK Percentages of Color #dab35b

%0
%18
%58
%15

Triadic Colors of #dab35b

#dab35b #5bdab3 #b35bda

Analogous Colors of #dab35b

#dab35b #c2da5b #da745b

Monochromatic Colors of #dab35b

#dab35b

Complementary Color

#dab35b #5b82da

#dab35b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab35b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab35b Color CSS Codes

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

#dab35b Text Font Color

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

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


#dab35b Background Color

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

This div background color is #dab35b


#dab35b Border Color

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

This div border color is #dab35b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab35b


Comments

No comments written yet.

Please login to write comment.