Color Hex Logo

#daddaa Color Hex

#DADDAA
(218,221,170)
0 Favorites   0 Comments

Color spaces of #daddaa

RGB 218221170
HSL0.180.430.77
HSV64°23°87°
CMYK 0.010.000.23   0.13
XYZ62.025669.520648.1799
Yxy69.52060.34510.3868
Hunter Lab83.3790-13.127224.1051
CIE-Lab86.7612-9.244824.7697

#daddaa color RGB value is (218,221,170).

#daddaa hex color red value is 218, green value is 221 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #daddaa hue: 0.18 , saturation: 0.43 and the lightness value of daddaa is 0.77.

The process color (four color CMYK) of #daddaa color hex is 0.01, 0.00, 0.23, 0.13. Web safe color of #daddaa is #cccc99. Color #daddaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011101 10101010
Octal 332 335 252
Decimal 218 221 170
Hex DA DD AA

RGB Percentages of Color #daddaa

%35.80
%36.29
%27.91

CMYK Percentages of Color #daddaa

%1
%0
%23
%13

Triadic Colors of #daddaa

#daddaa #aadadd #ddaada

Analogous Colors of #daddaa

#daddaa #c1ddaa #ddc7aa

Monochromatic Colors of #daddaa

#daddaa

Complementary Color

#daddaa #adaadd

#daddaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daddaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#daddaa Color CSS Codes

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

#daddaa Text Font Color

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

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


#daddaa Background Color

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

This div background color is #daddaa


#daddaa Border Color

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

This div border color is #daddaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daddaa


Comments

No comments written yet.

Please login to write comment.