Color Hex Logo

#dab35f Color Hex

#DAB35F
(218,179,95)
0 Favorites   0 Comments

Color spaces of #dab35f

RGB 21817995
HSL0.110.620.61
HSV41°56°85°
CMYK 0.000.180.56   0.15
XYZ47.099147.971817.6036
Yxy47.97180.41800.4258
Hunter Lab69.26170.175133.4140
CIE-Lab74.80714.255347.6099

#dab35f color RGB value is (218,179,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110011 01011111
Octal 332 263 137
Decimal 218 179 95
Hex DA B3 5F

RGB Percentages of Color #dab35f

%44.31
%36.38
%19.31

CMYK Percentages of Color #dab35f

%0
%18
%56
%15

Triadic Colors of #dab35f

#dab35f #5fdab3 #b35fda

Analogous Colors of #dab35f

#dab35f #c4da5f #da765f

Monochromatic Colors of #dab35f

#dab35f

Complementary Color

#dab35f #5f86da

#dab35f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab35f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab35f Color CSS Codes

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

#dab35f Text Font Color

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

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


#dab35f Background Color

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

This div background color is #dab35f


#dab35f Border Color

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

This div border color is #dab35f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab35f


Comments

No comments written yet.

Please login to write comment.