Color Hex Logo

#daab69 Color Hex

#DAAB69
(218,171,105)
0 Favorites   0 Comments

Color spaces of #daab69

RGB 218171105
HSL0.100.600.63
HSV35°52°85°
CMYK 0.000.220.52   0.15
XYZ46.026245.051219.6345
Yxy45.05120.41570.4069
Hunter Lab67.12024.942129.6402
CIE-Lab72.92569.337940.3274

#daab69 color RGB value is (218,171,105).

#daab69 hex color red value is 218, green value is 171 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #daab69 hue: 0.10 , saturation: 0.60 and the lightness value of daab69 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101011 01101001
Octal 332 253 151
Decimal 218 171 105
Hex DA AB 69

RGB Percentages of Color #daab69

%44.13
%34.62
%21.26

CMYK Percentages of Color #daab69

%0
%22
%52
%15

Triadic Colors of #daab69

#daab69 #69daab #ab69da

Analogous Colors of #daab69

#daab69 #d1da69 #da7369

Monochromatic Colors of #daab69

#daab69

Complementary Color

#daab69 #6998da

#daab69 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daab69 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daab69 Color CSS Codes

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

#daab69 Text Font Color

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

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


#daab69 Background Color

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

This div background color is #daab69


#daab69 Border Color

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

This div border color is #daab69


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daab69


Comments

No comments written yet.

Please login to write comment.