Color Hex Logo

#dad35f Color Hex

#DAD35F
(218,211,95)
0 Favorites   0 Comments

Color spaces of #dad35f

RGB 21821195
HSL0.160.620.61
HSV57°56°85°
CMYK 0.000.030.56   0.15
XYZ54.273362.320219.9950
Yxy62.32020.39730.4563
Hunter Lab78.9431-15.432040.2430
CIE-Lab83.0834-12.270457.1535

#dad35f color RGB value is (218,211,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010011 01011111
Octal 332 323 137
Decimal 218 211 95
Hex DA D3 5F

RGB Percentages of Color #dad35f

%41.60
%40.27
%18.13

CMYK Percentages of Color #dad35f

%0
%3
%56
%15

Triadic Colors of #dad35f

#dad35f #5fdad3 #d35fda

Analogous Colors of #dad35f

#dad35f #a4da5f #da965f

Monochromatic Colors of #dad35f

#dad35f

Complementary Color

#dad35f #5f66da

#dad35f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad35f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad35f Color CSS Codes

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

#dad35f Text Font Color

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

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


#dad35f Background Color

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

This div background color is #dad35f


#dad35f Border Color

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

This div border color is #dad35f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad35f


Comments

No comments written yet.

Please login to write comment.