Color Hex Logo

#dab75e Color Hex

#DAB75E
(218,183,94)
0 Favorites   0 Comments

Color spaces of #dab75e

RGB 21818394
HSL0.120.630.61
HSV43°57°85°
CMYK 0.000.160.57   0.15
XYZ47.867349.580617.6368
Yxy49.58060.41590.4308
Hunter Lab70.4135-1.878834.4388
CIE-Lab75.81112.067449.2724

#dab75e color RGB value is (218,183,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110111 01011110
Octal 332 267 136
Decimal 218 183 94
Hex DA B7 5E

RGB Percentages of Color #dab75e

%44.04
%36.97
%18.99

CMYK Percentages of Color #dab75e

%0
%16
%57
%15

Triadic Colors of #dab75e

#dab75e #5edab7 #b75eda

Analogous Colors of #dab75e

#dab75e #bfda5e #da795e

Monochromatic Colors of #dab75e

#dab75e

Complementary Color

#dab75e #5e81da

#dab75e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab75e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab75e Color CSS Codes

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

#dab75e Text Font Color

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

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


#dab75e Background Color

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

This div background color is #dab75e


#dab75e Border Color

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

This div border color is #dab75e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab75e


Comments

No comments written yet.

Please login to write comment.