Color Hex Logo

#dad77c Color Hex

#DAD77C
(218,215,124)
0 Favorites   0 Comments

Color spaces of #dad77c

RGB 218215124
HSL0.160.560.67
HSV58°43°85°
CMYK 0.000.010.43   0.15
XYZ56.852064.961528.6112
Yxy64.96150.37790.4319
Hunter Lab80.5987-15.139035.3721
CIE-Lab84.4639-11.752545.1118

#dad77c color RGB value is (218,215,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010111 01111100
Octal 332 327 174
Decimal 218 215 124
Hex DA D7 7C

RGB Percentages of Color #dad77c

%39.14
%38.60
%22.26

CMYK Percentages of Color #dad77c

%0
%1
%43
%15

Triadic Colors of #dad77c

#dad77c #7cdad7 #d77cda

Analogous Colors of #dad77c

#dad77c #aeda7c #daa87c

Monochromatic Colors of #dad77c

#dad77c

Complementary Color

#dad77c #7c7fda

#dad77c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad77c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad77c Color CSS Codes

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

#dad77c Text Font Color

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

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


#dad77c Background Color

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

This div background color is #dad77c


#dad77c Border Color

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

This div border color is #dad77c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad77c


Comments

No comments written yet.

Please login to write comment.