Color Hex Logo

#daa498 Color Hex

#DAA498
(218,164,152)
0 Favorites   0 Comments

Color spaces of #daa498

RGB 218164152
HSL0.030.470.73
HSV11°30°85°
CMYK 0.000.250.30   0.15
XYZ47.856443.723335.6229
Yxy43.72330.37620.3437
Hunter Lab66.123613.471614.3451
CIE-Lab72.043218.278413.9868

#daa498 color RGB value is (218,164,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100100 10011000
Octal 332 244 230
Decimal 218 164 152
Hex DA A4 98

RGB Percentages of Color #daa498

%40.82
%30.71
%28.46

CMYK Percentages of Color #daa498

%0
%25
%30
%15

Triadic Colors of #daa498

#daa498 #98daa4 #a498da

Analogous Colors of #daa498

#daa498 #dac598 #da98ad

Monochromatic Colors of #daa498

#daa498

Complementary Color

#daa498 #98ceda

#daa498 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa498 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa498 Color CSS Codes

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

#daa498 Text Font Color

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

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


#daa498 Background Color

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

This div background color is #daa498


#daa498 Border Color

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

This div border color is #daa498


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,164,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 #daa498">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa498


Comments

No comments written yet.

Please login to write comment.