Color Hex Logo

#dac51e Color Hex

#DAC51E
(218,197,30)
0 Favorites   0 Comments

Color spaces of #dac51e

RGB 21819730
HSL0.150.760.49
HSV53°86°85°
CMYK 0.000.100.86   0.15
XYZ49.114054.93179.2426
Yxy54.93170.43350.4849
Hunter Lab74.1159-11.417244.4874
CIE-Lab79.0019-8.262075.8993

#dac51e color RGB value is (218,197,30).

#dac51e hex color red value is 218, green value is 197 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #dac51e hue: 0.15 , saturation: 0.76 and the lightness value of dac51e is 0.49.

The process color (four color CMYK) of #dac51e color hex is 0.00, 0.10, 0.86, 0.15. Web safe color of #dac51e is #cccc33. Color #dac51e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000101 00011110
Octal 332 305 36
Decimal 218 197 30
Hex DA C5 1E

RGB Percentages of Color #dac51e

%48.99
%44.27
%6.74

CMYK Percentages of Color #dac51e

%0
%10
%86
%15

Triadic Colors of #dac51e

#dac51e #1edac5 #c51eda

Analogous Colors of #dac51e

#dac51e #91da1e #da671e

Monochromatic Colors of #dac51e

#dac51e

Complementary Color

#dac51e #1e33da

#dac51e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac51e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac51e Color CSS Codes

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

#dac51e Text Font Color

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

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


#dac51e Background Color

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

This div background color is #dac51e


#dac51e Border Color

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

This div border color is #dac51e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac51e


Comments

No comments written yet.

Please login to write comment.