Color Hex Logo

#dad773 Color Hex

#DAD773
(218,215,115)
0 Favorites   0 Comments

Color spaces of #dad773

RGB 218215115
HSL0.160.580.65
HSV58°47°85°
CMYK 0.000.010.47   0.15
XYZ56.308464.744125.7487
Yxy64.74410.38360.4410
Hunter Lab80.4637-15.897537.3516
CIE-Lab84.3517-12.615949.3414

#dad773 color RGB value is (218,215,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010111 01110011
Octal 332 327 163
Decimal 218 215 115
Hex DA D7 73

RGB Percentages of Color #dad773

%39.78
%39.23
%20.99

CMYK Percentages of Color #dad773

%0
%1
%47
%15

Triadic Colors of #dad773

#dad773 #73dad7 #d773da

Analogous Colors of #dad773

#dad773 #aada73 #daa473

Monochromatic Colors of #dad773

#dad773

Complementary Color

#dad773 #7376da

#dad773 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad773 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad773 Color CSS Codes

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

#dad773 Text Font Color

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

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


#dad773 Background Color

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

This div background color is #dad773


#dad773 Border Color

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

This div border color is #dad773


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad773


Comments

No comments written yet.

Please login to write comment.