Color Hex Logo

#dad87d Color Hex

#DAD87D
(218,216,125)
0 Favorites   0 Comments

Color spaces of #dad87d

RGB 218216125
HSL0.160.560.67
HSV59°43°85°
CMYK 0.000.010.43   0.15
XYZ57.171065.497829.0311
Yxy65.49780.37690.4318
Hunter Lab80.9307-15.532935.3833
CIE-Lab84.7396-12.154444.9635

#dad87d color RGB value is (218,216,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011000 01111101
Octal 332 330 175
Decimal 218 216 125
Hex DA D8 7D

RGB Percentages of Color #dad87d

%39.00
%38.64
%22.36

CMYK Percentages of Color #dad87d

%0
%1
%43
%15

Triadic Colors of #dad87d

#dad87d #7ddad8 #d87dda

Analogous Colors of #dad87d

#dad87d #aeda7d #daaa7d

Monochromatic Colors of #dad87d

#dad87d

Complementary Color

#dad87d #7d7fda

#dad87d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad87d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad87d Color CSS Codes

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

#dad87d Text Font Color

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

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


#dad87d Background Color

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

This div background color is #dad87d


#dad87d Border Color

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

This div border color is #dad87d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad87d


Comments

No comments written yet.

Please login to write comment.