Color Hex Logo

#daab7d Color Hex

#DAAB7D
(218,171,125)
0 Favorites   0 Comments

Color spaces of #daab7d

RGB 218171125
HSL0.080.560.67
HSV30°43°85°
CMYK 0.000.220.43   0.15
XYZ47.178045.511925.7002
Yxy45.51190.39850.3844
Hunter Lab67.46256.769524.6369
CIE-Lab73.227711.284130.2398

#daab7d color RGB value is (218,171,125).

#daab7d hex color red value is 218, green value is 171 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #daab7d hue: 0.08 , saturation: 0.56 and the lightness value of daab7d is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101011 01111101
Octal 332 253 175
Decimal 218 171 125
Hex DA AB 7D

RGB Percentages of Color #daab7d

%42.41
%33.27
%24.32

CMYK Percentages of Color #daab7d

%0
%22
%43
%15

Triadic Colors of #daab7d

#daab7d #7ddaab #ab7dda

Analogous Colors of #daab7d

#daab7d #dada7d #da7d7e

Monochromatic Colors of #daab7d

#daab7d

Complementary Color

#daab7d #7dacda

#daab7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daab7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#daab7d Color CSS Codes

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

#daab7d Text Font Color

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

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


#daab7d Background Color

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

This div background color is #daab7d


#daab7d Border Color

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

This div border color is #daab7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daab7d


Comments

No comments written yet.

Please login to write comment.