Color Hex Logo

#daab78 Color Hex

#DAAB78
(218,171,120)
0 Favorites   0 Comments

Color spaces of #daab78

RGB 218171120
HSL0.090.570.66
HSV31°45°85°
CMYK 0.000.220.45   0.15
XYZ46.866545.387324.0598
Yxy45.38730.40290.3902
Hunter Lab67.37016.277225.9849
CIE-Lab73.146210.762232.7871

#daab78 color RGB value is (218,171,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101011 01111000
Octal 332 253 170
Decimal 218 171 120
Hex DA AB 78

RGB Percentages of Color #daab78

%42.83
%33.60
%23.58

CMYK Percentages of Color #daab78

%0
%22
%45
%15

Triadic Colors of #daab78

#daab78 #78daab #ab78da

Analogous Colors of #daab78

#daab78 #d8da78 #da7a78

Monochromatic Colors of #daab78

#daab78

Complementary Color

#daab78 #78a7da

#daab78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daab78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daab78 Color CSS Codes

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

#daab78 Text Font Color

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

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


#daab78 Background Color

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

This div background color is #daab78


#daab78 Border Color

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

This div border color is #daab78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daab78


Comments

No comments written yet.

Please login to write comment.