Color Hex Logo

#daaaaa Color Hex

#DAAAAA
(218,170,170)
0 Favorites   0 Comments

Color spaces of #daaaaa

RGB 218170170
HSL0.000.390.76
HSV22°85°
CMYK 0.000.220.22   0.15
XYZ50.543946.557244.3527
Yxy46.55720.35730.3291
Hunter Lab68.232812.81759.2233
CIE-Lab73.905617.56136.7522

#daaaaa color RGB value is (218,170,170).

#daaaaa hex color red value is 218, green value is 170 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #daaaaa hue: 0.00 , saturation: 0.39 and the lightness value of daaaaa is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101010 10101010
Octal 332 252 252
Decimal 218 170 170
Hex DA AA AA

RGB Percentages of Color #daaaaa

%39.07
%30.47
%30.47

CMYK Percentages of Color #daaaaa

%0
%22
%22
%15

Triadic Colors of #daaaaa

#daaaaa #aadaaa #aaaada

Analogous Colors of #daaaaa

#daaaaa #dac2aa #daaac2

Monochromatic Colors of #daaaaa

#daaaaa

Complementary Color

#daaaaa #aadada

#daaaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daaaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#daaaaa Color CSS Codes

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

#daaaaa Text Font Color

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

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


#daaaaa Background Color

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

This div background color is #daaaaa


#daaaaa Border Color

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

This div border color is #daaaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daaaaa

#daaaaa Color Palettes


Comments

No comments written yet.

Please login to write comment.