Color Hex Logo

#dac758 Color Hex

#DAC758
(218,199,88)
0 Favorites   0 Comments

Color spaces of #dac758

RGB 21819988
HSL0.140.640.60
HSV51°60°85°
CMYK 0.000.090.60   0.15
XYZ51.098356.456917.4366
Yxy56.45690.40880.4517
Hunter Lab75.1378-10.100338.8375
CIE-Lab79.8732-6.685156.6900

#dac758 color RGB value is (218,199,88).

#dac758 hex color red value is 218, green value is 199 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #dac758 hue: 0.14 , saturation: 0.64 and the lightness value of dac758 is 0.60.

The process color (four color CMYK) of #dac758 color hex is 0.00, 0.09, 0.60, 0.15. Web safe color of #dac758 is #cccc66. Color #dac758 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000111 01011000
Octal 332 307 130
Decimal 218 199 88
Hex DA C7 58

RGB Percentages of Color #dac758

%43.17
%39.41
%17.43

CMYK Percentages of Color #dac758

%0
%9
%60
%15

Triadic Colors of #dac758

#dac758 #58dac7 #c758da

Analogous Colors of #dac758

#dac758 #acda58 #da8658

Monochromatic Colors of #dac758

#dac758

Complementary Color

#dac758 #586bda

#dac758 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac758 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac758 Color CSS Codes

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

#dac758 Text Font Color

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

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


#dac758 Background Color

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

This div background color is #dac758


#dac758 Border Color

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

This div border color is #dac758


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac758


Comments

No comments written yet.

Please login to write comment.