Color Hex Logo

#dadda6 Color Hex

#DADDA6
(218,221,166)
0 Favorites   0 Comments

Color spaces of #dadda6

RGB 218221166
HSL0.180.450.76
HSV63°25°87°
CMYK 0.010.000.25   0.13
XYZ61.652869.371546.2170
Yxy69.37150.34780.3914
Hunter Lab83.2896-13.627025.4029
CIE-Lab86.6877-9.798526.7414

#dadda6 color RGB value is (218,221,166).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011101 10100110
Octal 332 335 246
Decimal 218 221 166
Hex DA DD A6

RGB Percentages of Color #dadda6

%36.03
%36.53
%27.44

CMYK Percentages of Color #dadda6

%1
%0
%25
%13

Triadic Colors of #dadda6

#dadda6 #a6dadd #dda6da

Analogous Colors of #dadda6

#dadda6 #bfdda6 #ddc5a6

Monochromatic Colors of #dadda6

#dadda6

Complementary Color

#dadda6 #a9a6dd

#dadda6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadda6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadda6 Color CSS Codes

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

#dadda6 Text Font Color

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

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


#dadda6 Background Color

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

This div background color is #dadda6


#dadda6 Border Color

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

This div border color is #dadda6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadda6


Comments

No comments written yet.

Please login to write comment.