Color Hex Logo

#daaf8f Color Hex

#DAAF8F
(218,175,143)
0 Favorites   0 Comments

Color spaces of #daaf8f

RGB 218175143
HSL0.070.500.71
HSV26°34°85°
CMYK 0.000.200.34   0.15
XYZ49.201347.548532.5712
Yxy47.54850.38050.3677
Hunter Lab68.95546.691920.2631
CIE-Lab74.539311.211222.3437

#daaf8f color RGB value is (218,175,143).

#daaf8f hex color red value is 218, green value is 175 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #daaf8f hue: 0.07 , saturation: 0.50 and the lightness value of daaf8f is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101111 10001111
Octal 332 257 217
Decimal 218 175 143
Hex DA AF 8F

RGB Percentages of Color #daaf8f

%40.67
%32.65
%26.68

CMYK Percentages of Color #daaf8f

%0
%20
%34
%15

Triadic Colors of #daaf8f

#daaf8f #8fdaaf #af8fda

Analogous Colors of #daaf8f

#daaf8f #dad58f #da8f95

Monochromatic Colors of #daaf8f

#daaf8f

Complementary Color

#daaf8f #8fbada

#daaf8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daaf8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#daaf8f Color CSS Codes

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

#daaf8f Text Font Color

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

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


#daaf8f Background Color

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

This div background color is #daaf8f


#daaf8f Border Color

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

This div border color is #daaf8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daaf8f


Comments

No comments written yet.

Please login to write comment.