Color Hex Logo

#dac14f Color Hex

#DAC14F
(218,193,79)
0 Favorites   0 Comments

Color spaces of #dac14f

RGB 21819379
HSL0.140.650.58
HSV49°64°85°
CMYK 0.000.110.64   0.15
XYZ49.394753.609915.1415
Yxy53.60990.41810.4538
Hunter Lab73.2188-7.713638.9921
CIE-Lab78.2337-4.187958.8545

#dac14f color RGB value is (218,193,79).

#dac14f hex color red value is 218, green value is 193 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #dac14f hue: 0.14 , saturation: 0.65 and the lightness value of dac14f is 0.58.

The process color (four color CMYK) of #dac14f color hex is 0.00, 0.11, 0.64, 0.15. Web safe color of #dac14f is #cccc66. Color #dac14f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000001 01001111
Octal 332 301 117
Decimal 218 193 79
Hex DA C1 4F

RGB Percentages of Color #dac14f

%44.49
%39.39
%16.12

CMYK Percentages of Color #dac14f

%0
%11
%64
%15

Triadic Colors of #dac14f

#dac14f #4fdac1 #c14fda

Analogous Colors of #dac14f

#dac14f #aeda4f #da7c4f

Monochromatic Colors of #dac14f

#dac14f

Complementary Color

#dac14f #4f68da

#dac14f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac14f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac14f Color CSS Codes

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

#dac14f Text Font Color

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

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


#dac14f Background Color

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

This div background color is #dac14f


#dac14f Border Color

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

This div border color is #dac14f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac14f


Comments

No comments written yet.

Please login to write comment.