Color Hex Logo

#daaf96 Color Hex

#DAAF96
(218,175,150)
0 Favorites   0 Comments

Color spaces of #daaf96

RGB 218175150
HSL0.060.480.72
HSV22°31°85°
CMYK 0.000.200.31   0.15
XYZ49.748447.767435.4522
Yxy47.76740.37410.3592
Hunter Lab69.11407.535317.9668
CIE-Lab74.678012.095818.7500

#daaf96 color RGB value is (218,175,150).

#daaf96 hex color red value is 218, green value is 175 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #daaf96 hue: 0.06 , saturation: 0.48 and the lightness value of daaf96 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101111 10010110
Octal 332 257 226
Decimal 218 175 150
Hex DA AF 96

RGB Percentages of Color #daaf96

%40.15
%32.23
%27.62

CMYK Percentages of Color #daaf96

%0
%20
%31
%15

Triadic Colors of #daaf96

#daaf96 #96daaf #af96da

Analogous Colors of #daaf96

#daaf96 #dad196 #da969f

Monochromatic Colors of #daaf96

#daaf96

Complementary Color

#daaf96 #96c1da

#daaf96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daaf96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daaf96 Color CSS Codes

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

#daaf96 Text Font Color

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

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


#daaf96 Background Color

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

This div background color is #daaf96


#daaf96 Border Color

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

This div border color is #daaf96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daaf96


Comments

No comments written yet.

Please login to write comment.