Color Hex Logo

#dad174 Color Hex

#DAD174
(218,209,116)
0 Favorites   0 Comments

Color spaces of #dad174

RGB 218209116
HSL0.150.580.65
HSV55°47°85°
CMYK 0.000.040.47   0.15
XYZ54.866361.767325.5535
Yxy61.76730.38590.4344
Hunter Lab78.5922-12.923035.7369
CIE-Lab82.7895-9.498346.9613

#dad174 color RGB value is (218,209,116).

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

The process color (four color CMYK) of #dad174 color hex is 0.00, 0.04, 0.47, 0.15. Web safe color of #dad174 is #cccc66. Color #dad174 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010001 01110100
Octal 332 321 164
Decimal 218 209 116
Hex DA D1 74

RGB Percentages of Color #dad174

%40.15
%38.49
%21.36

CMYK Percentages of Color #dad174

%0
%4
%47
%15

Triadic Colors of #dad174

#dad174 #74dad1 #d174da

Analogous Colors of #dad174

#dad174 #b0da74 #da9e74

Monochromatic Colors of #dad174

#dad174

Complementary Color

#dad174 #747dda

#dad174 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad174 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad174 Color CSS Codes

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

#dad174 Text Font Color

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

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


#dad174 Background Color

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

This div background color is #dad174


#dad174 Border Color

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

This div border color is #dad174


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad174


Comments

No comments written yet.

Please login to write comment.