Color Hex Logo

#daa098 Color Hex

#DAA098
(218,160,152)
0 Favorites   0 Comments

Color spaces of #daa098

RGB 218160152
HSL0.020.470.73
HSV30°85°
CMYK 0.000.270.30   0.15
XYZ47.151742.314035.3880
Yxy42.31400.37770.3389
Hunter Lab65.049215.551713.2796
CIE-Lab71.086920.438212.6416

#daa098 color RGB value is (218,160,152).

#daa098 hex color red value is 218, green value is 160 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #daa098 hue: 0.02 , saturation: 0.47 and the lightness value of daa098 is 0.73.

The process color (four color CMYK) of #daa098 color hex is 0.00, 0.27, 0.30, 0.15. Web safe color of #daa098 is #cc9999. Color #daa098 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100000 10011000
Octal 332 240 230
Decimal 218 160 152
Hex DA A0 98

RGB Percentages of Color #daa098

%41.13
%30.19
%28.68

CMYK Percentages of Color #daa098

%0
%27
%30
%15

Triadic Colors of #daa098

#daa098 #98daa0 #a098da

Analogous Colors of #daa098

#daa098 #dac198 #da98b1

Monochromatic Colors of #daa098

#daa098

Complementary Color

#daa098 #98d2da

#daa098 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa098 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa098 Color CSS Codes

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

#daa098 Text Font Color

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

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


#daa098 Background Color

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

This div background color is #daa098


#daa098 Border Color

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

This div border color is #daa098


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa098


Comments

No comments written yet.

Please login to write comment.