Color Hex Logo

#dac454 Color Hex

#DAC454
(218,196,84)
0 Favorites   0 Comments

Color spaces of #dac454

RGB 21819684
HSL0.140.640.59
HSV50°61°85°
CMYK 0.000.100.61   0.15
XYZ50.253655.025416.3598
Yxy55.02540.41310.4524
Hunter Lab74.1791-8.886338.8493
CIE-Lab79.0559-5.415157.5643

#dac454 color RGB value is (218,196,84).

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

The process color (four color CMYK) of #dac454 color hex is 0.00, 0.10, 0.61, 0.15. Web safe color of #dac454 is #cccc66. Color #dac454 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000100 01010100
Octal 332 304 124
Decimal 218 196 84
Hex DA C4 54

RGB Percentages of Color #dac454

%43.78
%39.36
%16.87

CMYK Percentages of Color #dac454

%0
%10
%61
%15

Triadic Colors of #dac454

#dac454 #54dac4 #c454da

Analogous Colors of #dac454

#dac454 #adda54 #da8154

Monochromatic Colors of #dac454

#dac454

Complementary Color

#dac454 #546ada

#dac454 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac454 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac454 Color CSS Codes

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

#dac454 Text Font Color

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

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


#dac454 Background Color

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

This div background color is #dac454


#dac454 Border Color

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

This div border color is #dac454


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac454


Comments

No comments written yet.

Please login to write comment.