Color Hex Logo

#dac827 Color Hex

#DAC827
(218,200,39)
0 Favorites   0 Comments

Color spaces of #dac827

RGB 21820039
HSL0.150.710.50
HSV54°82°85°
CMYK 0.000.080.82   0.15
XYZ49.933956.360510.1663
Yxy56.36050.42880.4839
Hunter Lab75.0736-12.652744.5226
CIE-Lab79.8186-9.561674.4716

#dac827 color RGB value is (218,200,39).

#dac827 hex color red value is 218, green value is 200 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #dac827 hue: 0.15 , saturation: 0.71 and the lightness value of dac827 is 0.50.

The process color (four color CMYK) of #dac827 color hex is 0.00, 0.08, 0.82, 0.15. Web safe color of #dac827 is #cccc33. Color #dac827 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001000 00100111
Octal 332 310 47
Decimal 218 200 39
Hex DA C8 27

RGB Percentages of Color #dac827

%47.70
%43.76
%8.53

CMYK Percentages of Color #dac827

%0
%8
%82
%15

Triadic Colors of #dac827

#dac827 #27dac8 #c827da

Analogous Colors of #dac827

#dac827 #93da27 #da6f27

Monochromatic Colors of #dac827

#dac827

Complementary Color

#dac827 #2739da

#dac827 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac827 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac827 Color CSS Codes

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

#dac827 Text Font Color

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

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


#dac827 Background Color

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

This div background color is #dac827


#dac827 Border Color

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

This div border color is #dac827


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac827


Comments

No comments written yet.

Please login to write comment.