Color Hex Logo

#dadd7a Color Hex

#DADD7A
(218,221,122)
0 Favorites   0 Comments

Color spaces of #dadd7a

RGB 218221122
HSL0.170.590.67
HSV62°45°87°
CMYK 0.010.000.45   0.13
XYZ58.282768.023528.4704
Yxy68.02350.37660.4395
Hunter Lab82.4764-18.194937.2669
CIE-Lab86.0182-14.947448.0021

#dadd7a color RGB value is (218,221,122).

#dadd7a hex color red value is 218, green value is 221 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #dadd7a hue: 0.17 , saturation: 0.59 and the lightness value of dadd7a is 0.67.

The process color (four color CMYK) of #dadd7a color hex is 0.01, 0.00, 0.45, 0.13. Web safe color of #dadd7a is #cccc66. Color #dadd7a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011101 01111010
Octal 332 335 172
Decimal 218 221 122
Hex DA DD 7A

RGB Percentages of Color #dadd7a

%38.86
%39.39
%21.75

CMYK Percentages of Color #dadd7a

%1
%0
%45
%13

Triadic Colors of #dadd7a

#dadd7a #7adadd #dd7ada

Analogous Colors of #dadd7a

#dadd7a #a9dd7a #ddaf7a

Monochromatic Colors of #dadd7a

#dadd7a

Complementary Color

#dadd7a #7d7add

#dadd7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadd7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadd7a Color CSS Codes

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

#dadd7a Text Font Color

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

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


#dadd7a Background Color

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

This div background color is #dadd7a


#dadd7a Border Color

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

This div border color is #dadd7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadd7a


Comments

No comments written yet.

Please login to write comment.