Color Hex Logo

#dab15f Color Hex

#DAB15F
(218,177,95)
0 Favorites   0 Comments

Color spaces of #dab15f

RGB 21817795
HSL0.110.620.61
HSV40°56°85°
CMYK 0.000.190.56   0.15
XYZ46.701147.175917.4709
Yxy47.17590.41940.4237
Hunter Lab68.68471.170032.9981
CIE-Lab74.30215.314447.0137

#dab15f color RGB value is (218,177,95).

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

The process color (four color CMYK) of #dab15f color hex is 0.00, 0.19, 0.56, 0.15. Web safe color of #dab15f is #cc9966. Color #dab15f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110001 01011111
Octal 332 261 137
Decimal 218 177 95
Hex DA B1 5F

RGB Percentages of Color #dab15f

%44.49
%36.12
%19.39

CMYK Percentages of Color #dab15f

%0
%19
%56
%15

Triadic Colors of #dab15f

#dab15f #5fdab1 #b15fda

Analogous Colors of #dab15f

#dab15f #c6da5f #da745f

Monochromatic Colors of #dab15f

#dab15f

Complementary Color

#dab15f #5f88da

#dab15f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab15f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab15f Color CSS Codes

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

#dab15f Text Font Color

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

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


#dab15f Background Color

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

This div background color is #dab15f


#dab15f Border Color

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

This div border color is #dab15f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab15f


Comments

No comments written yet.

Please login to write comment.