Color Hex Logo

#daab72 Color Hex

#DAAB72
(218,171,114)
0 Favorites   0 Comments

Color spaces of #daab72

RGB 218171114
HSL0.090.580.65
HSV33°48°85°
CMYK 0.000.220.48   0.15
XYZ46.513645.246222.2014
Yxy45.24620.40820.3970
Hunter Lab67.26535.717527.5166
CIE-Lab73.053710.166835.8245

#daab72 color RGB value is (218,171,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101011 01110010
Octal 332 253 162
Decimal 218 171 114
Hex DA AB 72

RGB Percentages of Color #daab72

%43.34
%34.00
%22.66

CMYK Percentages of Color #daab72

%0
%22
%48
%15

Triadic Colors of #daab72

#daab72 #72daab #ab72da

Analogous Colors of #daab72

#daab72 #d5da72 #da7772

Monochromatic Colors of #daab72

#daab72

Complementary Color

#daab72 #72a1da

#daab72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daab72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daab72 Color CSS Codes

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

#daab72 Text Font Color

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

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


#daab72 Background Color

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

This div background color is #daab72


#daab72 Border Color

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

This div border color is #daab72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daab72


Comments

No comments written yet.

Please login to write comment.