Color Hex Logo

#dac154 Color Hex

#DAC154
(218,193,84)
0 Favorites   0 Comments

Color spaces of #dac154

RGB 21819384
HSL0.140.640.59
HSV49°61°85°
CMYK 0.000.110.61   0.15
XYZ49.583653.685416.1365
Yxy53.68540.41530.4496
Hunter Lab73.2703-7.428338.2316
CIE-Lab78.2779-3.866756.7090

#dac154 color RGB value is (218,193,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000001 01010100
Octal 332 301 124
Decimal 218 193 84
Hex DA C1 54

RGB Percentages of Color #dac154

%44.04
%38.99
%16.97

CMYK Percentages of Color #dac154

%0
%11
%61
%15

Triadic Colors of #dac154

#dac154 #54dac1 #c154da

Analogous Colors of #dac154

#dac154 #b0da54 #da7e54

Monochromatic Colors of #dac154

#dac154

Complementary Color

#dac154 #546dda

#dac154 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac154 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac154 Color CSS Codes

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

#dac154 Text Font Color

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

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


#dac154 Background Color

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

This div background color is #dac154


#dac154 Border Color

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

This div border color is #dac154


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,193,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 #dac154">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac154


Comments

No comments written yet.

Please login to write comment.