Color Hex Logo

#dad67d Color Hex

#DAD67D
(218,214,125)
0 Favorites   0 Comments

Color spaces of #dad67d

RGB 218214125
HSL0.160.560.67
HSV57°43°85°
CMYK 0.000.020.43   0.15
XYZ56.661764.479228.8614
Yxy64.47920.37770.4299
Hunter Lab80.2989-14.567434.8990
CIE-Lab84.2146-11.148744.3097

#dad67d color RGB value is (218,214,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010110 01111101
Octal 332 326 175
Decimal 218 214 125
Hex DA D6 7D

RGB Percentages of Color #dad67d

%39.14
%38.42
%22.44

CMYK Percentages of Color #dad67d

%0
%2
%43
%15

Triadic Colors of #dad67d

#dad67d #7ddad6 #d67dda

Analogous Colors of #dad67d

#dad67d #b0da7d #daa87d

Monochromatic Colors of #dad67d

#dad67d

Complementary Color

#dad67d #7d81da

#dad67d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad67d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad67d Color CSS Codes

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

#dad67d Text Font Color

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

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


#dad67d Background Color

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

This div background color is #dad67d


#dad67d Border Color

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

This div border color is #dad67d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad67d


Comments

No comments written yet.

Please login to write comment.