Color Hex Logo

#daa88a Color Hex

#DAA88A
(218,168,138)
0 Favorites   0 Comments

Color spaces of #daa88a

RGB 218168138
HSL0.060.520.70
HSV23°37°85°
CMYK 0.000.230.37   0.15
XYZ47.503544.745730.1778
Yxy44.74570.38800.3655
Hunter Lab66.89229.700320.0764
CIE-Lab72.724114.363022.5742

#daa88a color RGB value is (218,168,138).

#daa88a hex color red value is 218, green value is 168 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #daa88a hue: 0.06 , saturation: 0.52 and the lightness value of daa88a is 0.70.

The process color (four color CMYK) of #daa88a color hex is 0.00, 0.23, 0.37, 0.15. Web safe color of #daa88a is #cc9999. Color #daa88a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101000 10001010
Octal 332 250 212
Decimal 218 168 138
Hex DA A8 8A

RGB Percentages of Color #daa88a

%41.60
%32.06
%26.34

CMYK Percentages of Color #daa88a

%0
%23
%37
%15

Triadic Colors of #daa88a

#daa88a #8adaa8 #a88ada

Analogous Colors of #daa88a

#daa88a #dad08a #da8a94

Monochromatic Colors of #daa88a

#daa88a

Complementary Color

#daa88a #8abcda

#daa88a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa88a Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa88a Color CSS Codes

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

#daa88a Text Font Color

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

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


#daa88a Background Color

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

This div background color is #daa88a


#daa88a Border Color

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

This div border color is #daa88a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa88a


Comments

No comments written yet.

Please login to write comment.