Color Hex Logo

#dab75f Color Hex

#DAB75F
(218,183,95)
0 Favorites   0 Comments

Color spaces of #dab75f

RGB 21818395
HSL0.120.620.61
HSV43°56°85°
CMYK 0.000.160.56   0.15
XYZ47.912549.598617.8747
Yxy49.59860.41520.4299
Hunter Lab70.4263-1.808634.2502
CIE-Lab75.82222.144748.8036

#dab75f color RGB value is (218,183,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110111 01011111
Octal 332 267 137
Decimal 218 183 95
Hex DA B7 5F

RGB Percentages of Color #dab75f

%43.95
%36.90
%19.15

CMYK Percentages of Color #dab75f

%0
%16
%56
%15

Triadic Colors of #dab75f

#dab75f #5fdab7 #b75fda

Analogous Colors of #dab75f

#dab75f #c0da5f #da7a5f

Monochromatic Colors of #dab75f

#dab75f

Complementary Color

#dab75f #5f82da

#dab75f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab75f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab75f Color CSS Codes

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

#dab75f Text Font Color

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

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


#dab75f Background Color

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

This div background color is #dab75f


#dab75f Border Color

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

This div border color is #dab75f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab75f


Comments

No comments written yet.

Please login to write comment.