Color Hex Logo

#dad373 Color Hex

#DAD373
(218,211,115)
0 Favorites   0 Comments

Color spaces of #dad373

RGB 218211115
HSL0.160.580.65
HSV56°47°85°
CMYK 0.000.030.47   0.15
XYZ55.302262.731825.4134
Yxy62.73180.38550.4373
Hunter Lab79.2034-13.971936.4185
CIE-Lab83.3011-10.603748.0692

#dad373 color RGB value is (218,211,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010011 01110011
Octal 332 323 163
Decimal 218 211 115
Hex DA D3 73

RGB Percentages of Color #dad373

%40.07
%38.79
%21.14

CMYK Percentages of Color #dad373

%0
%3
%47
%15

Triadic Colors of #dad373

#dad373 #73dad3 #d373da

Analogous Colors of #dad373

#dad373 #aeda73 #daa073

Monochromatic Colors of #dad373

#dad373

Complementary Color

#dad373 #737ada

#dad373 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad373 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad373 Color CSS Codes

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

#dad373 Text Font Color

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

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


#dad373 Background Color

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

This div background color is #dad373


#dad373 Border Color

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

This div border color is #dad373


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad373


Comments

No comments written yet.

Please login to write comment.