Color Hex Logo

#dad35d Color Hex

#DAD35D
(218,211,93)
0 Favorites   0 Comments

Color spaces of #dad35d

RGB 21821193
HSL0.160.630.61
HSV57°57°85°
CMYK 0.000.030.57   0.15
XYZ54.183562.284319.5222
Yxy62.28430.39840.4580
Hunter Lab78.9204-15.560040.5780
CIE-Lab83.0644-12.417358.0239

#dad35d color RGB value is (218,211,93).

#dad35d hex color red value is 218, green value is 211 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #dad35d hue: 0.16 , saturation: 0.63 and the lightness value of dad35d is 0.61.

The process color (four color CMYK) of #dad35d color hex is 0.00, 0.03, 0.57, 0.15. Web safe color of #dad35d is #cccc66. Color #dad35d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010011 01011101
Octal 332 323 135
Decimal 218 211 93
Hex DA D3 5D

RGB Percentages of Color #dad35d

%41.76
%40.42
%17.82

CMYK Percentages of Color #dad35d

%0
%3
%57
%15

Triadic Colors of #dad35d

#dad35d #5ddad3 #d35dda

Analogous Colors of #dad35d

#dad35d #a3da5d #da955d

Monochromatic Colors of #dad35d

#dad35d

Complementary Color

#dad35d #5d64da

#dad35d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad35d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad35d Color CSS Codes

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

#dad35d Text Font Color

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

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


#dad35d Background Color

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

This div background color is #dad35d


#dad35d Border Color

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

This div border color is #dad35d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad35d


Comments

No comments written yet.

Please login to write comment.