Color Hex Logo

#daaf78 Color Hex

#DAAF78
(218,175,120)
0 Favorites   0 Comments

Color spaces of #daaf78

RGB 218175120
HSL0.090.570.66
HSV34°45°85°
CMYK 0.000.200.45   0.15
XYZ47.633646.921424.3155
Yxy46.92140.40070.3947
Hunter Lab68.49924.253426.9030
CIE-Lab74.13958.624334.0728

#daaf78 color RGB value is (218,175,120).

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

The process color (four color CMYK) of #daaf78 color hex is 0.00, 0.20, 0.45, 0.15. Web safe color of #daaf78 is #cc9966. Color #daaf78 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101111 01111000
Octal 332 257 170
Decimal 218 175 120
Hex DA AF 78

RGB Percentages of Color #daaf78

%42.50
%34.11
%23.39

CMYK Percentages of Color #daaf78

%0
%20
%45
%15

Triadic Colors of #daaf78

#daaf78 #78daaf #af78da

Analogous Colors of #daaf78

#daaf78 #d4da78 #da7e78

Monochromatic Colors of #daaf78

#daaf78

Complementary Color

#daaf78 #78a3da

#daaf78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daaf78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daaf78 Color CSS Codes

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

#daaf78 Text Font Color

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

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


#daaf78 Background Color

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

This div background color is #daaf78


#daaf78 Border Color

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

This div border color is #daaf78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daaf78


Comments

No comments written yet.

Please login to write comment.