Color Hex Logo

#dad57d Color Hex

#DAD57D
(218,213,125)
0 Favorites   0 Comments

Color spaces of #dad57d

RGB 218213125
HSL0.160.560.67
HSV57°43°85°
CMYK 0.000.020.43   0.15
XYZ56.409463.974628.7773
Yxy63.97460.37820.4289
Hunter Lab79.9841-14.083834.6571
CIE-Lab83.9525-10.644543.9827

#dad57d color RGB value is (218,213,125).

#dad57d hex color red value is 218, green value is 213 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #dad57d hue: 0.16 , saturation: 0.56 and the lightness value of dad57d is 0.67.

The process color (four color CMYK) of #dad57d color hex is 0.00, 0.02, 0.43, 0.15. Web safe color of #dad57d is #cccc66. Color #dad57d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010101 01111101
Octal 332 325 175
Decimal 218 213 125
Hex DA D5 7D

RGB Percentages of Color #dad57d

%39.21
%38.31
%22.48

CMYK Percentages of Color #dad57d

%0
%2
%43
%15

Triadic Colors of #dad57d

#dad57d #7ddad5 #d57dda

Analogous Colors of #dad57d

#dad57d #b1da7d #daa77d

Monochromatic Colors of #dad57d

#dad57d

Complementary Color

#dad57d #7d82da

#dad57d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad57d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad57d Color CSS Codes

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

#dad57d Text Font Color

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

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


#dad57d Background Color

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

This div background color is #dad57d


#dad57d Border Color

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

This div border color is #dad57d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad57d


Comments

No comments written yet.

Please login to write comment.