Color Hex Logo

#daaf80 Color Hex

#DAAF80
(218,175,128)
0 Favorites   0 Comments

Color spaces of #daaf80

RGB 218175128
HSL0.090.550.68
HSV31°41°85°
CMYK 0.000.200.41   0.15
XYZ48.139747.123926.9807
Yxy47.12390.39380.3855
Hunter Lab68.64685.044024.7497
CIE-Lab74.26909.467830.0155

#daaf80 color RGB value is (218,175,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101111 10000000
Octal 332 257 200
Decimal 218 175 128
Hex DA AF 80

RGB Percentages of Color #daaf80

%41.84
%33.59
%24.57

CMYK Percentages of Color #daaf80

%0
%20
%41
%15

Triadic Colors of #daaf80

#daaf80 #80daaf #af80da

Analogous Colors of #daaf80

#daaf80 #d8da80 #da8280

Monochromatic Colors of #daaf80

#daaf80

Complementary Color

#daaf80 #80abda

#daaf80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daaf80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daaf80 Color CSS Codes

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

#daaf80 Text Font Color

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

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


#daaf80 Background Color

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

This div background color is #daaf80


#daaf80 Border Color

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

This div border color is #daaf80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daaf80


Comments

No comments written yet.

Please login to write comment.