Color Hex Logo

#daab82 Color Hex

#DAAB82
(218,171,130)
0 Favorites   0 Comments

Color spaces of #daab82

RGB 218171130
HSL0.080.540.68
HSV28°40°85°
CMYK 0.000.220.40   0.15
XYZ47.505645.643027.4252
Yxy45.64300.39400.3785
Hunter Lab67.55967.285823.2235
CIE-Lab73.313311.829427.6817

#daab82 color RGB value is (218,171,130).

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

The process color (four color CMYK) of #daab82 color hex is 0.00, 0.22, 0.40, 0.15. Web safe color of #daab82 is #cc9999. Color #daab82 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101011 10000010
Octal 332 253 202
Decimal 218 171 130
Hex DA AB 82

RGB Percentages of Color #daab82

%42.00
%32.95
%25.05

CMYK Percentages of Color #daab82

%0
%22
%40
%15

Triadic Colors of #daab82

#daab82 #82daab #ab82da

Analogous Colors of #daab82

#daab82 #dad782 #da8285

Monochromatic Colors of #daab82

#daab82

Complementary Color

#daab82 #82b1da

#daab82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daab82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daab82 Color CSS Codes

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

#daab82 Text Font Color

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

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


#daab82 Background Color

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

This div background color is #daab82


#daab82 Border Color

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

This div border color is #daab82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daab82


Comments

No comments written yet.

Please login to write comment.