Color Hex Logo

#dad673 Color Hex

#DAD673
(218,214,115)
0 Favorites   0 Comments

Color spaces of #dad673

RGB 218214115
HSL0.160.580.65
HSV58°47°85°
CMYK 0.000.020.47   0.15
XYZ56.054564.236425.6641
Yxy64.23640.38410.4401
Hunter Lab80.1476-15.417137.1181
CIE-Lab84.0887-12.114449.0236

#dad673 color RGB value is (218,214,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010110 01110011
Octal 332 326 163
Decimal 218 214 115
Hex DA D6 73

RGB Percentages of Color #dad673

%39.85
%39.12
%21.02

CMYK Percentages of Color #dad673

%0
%2
%47
%15

Triadic Colors of #dad673

#dad673 #73dad6 #d673da

Analogous Colors of #dad673

#dad673 #abda73 #daa373

Monochromatic Colors of #dad673

#dad673

Complementary Color

#dad673 #7377da

#dad673 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad673 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad673 Color CSS Codes

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

#dad673 Text Font Color

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

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


#dad673 Background Color

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

This div background color is #dad673


#dad673 Border Color

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

This div border color is #dad673


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad673


Comments

No comments written yet.

Please login to write comment.