Color Hex Logo

#daad80 Color Hex

#DAAD80
(218,173,128)
0 Favorites   0 Comments

Color spaces of #daad80

RGB 218173128
HSL0.080.550.68
HSV30°41°85°
CMYK 0.000.210.41   0.15
XYZ47.753346.351126.8519
Yxy46.35110.39480.3832
Hunter Lab68.08166.059224.2727
CIE-Lab73.772810.537329.3602

#daad80 color RGB value is (218,173,128).

#daad80 hex color red value is 218, green value is 173 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #daad80 hue: 0.08 , saturation: 0.55 and the lightness value of daad80 is 0.68.

The process color (four color CMYK) of #daad80 color hex is 0.00, 0.21, 0.41, 0.15. Web safe color of #daad80 is #cc9999. Color #daad80 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101101 10000000
Octal 332 255 200
Decimal 218 173 128
Hex DA AD 80

RGB Percentages of Color #daad80

%42.00
%33.33
%24.66

CMYK Percentages of Color #daad80

%0
%21
%41
%15

Triadic Colors of #daad80

#daad80 #80daad #ad80da

Analogous Colors of #daad80

#daad80 #dada80 #da8080

Monochromatic Colors of #daad80

#daad80

Complementary Color

#daad80 #80adda

#daad80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daad80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daad80 Color CSS Codes

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

#daad80 Text Font Color

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

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


#daad80 Background Color

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

This div background color is #daad80


#daad80 Border Color

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

This div border color is #daad80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daad80


Comments

No comments written yet.

Please login to write comment.