Color Hex Logo

#dadc7a Color Hex

#DADC7A
(218,220,122)
0 Favorites   0 Comments

Color spaces of #dadc7a

RGB 218220122
HSL0.170.580.67
HSV61°45°86°
CMYK 0.010.000.45   0.14
XYZ58.019567.497028.3826
Yxy67.49700.37700.4386
Hunter Lab82.1566-17.716137.0267
CIE-Lab85.7543-14.450347.6787

#dadc7a color RGB value is (218,220,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011100 01111010
Octal 332 334 172
Decimal 218 220 122
Hex DA DC 7A

RGB Percentages of Color #dadc7a

%38.93
%39.29
%21.79

CMYK Percentages of Color #dadc7a

%1
%0
%45
%14

Triadic Colors of #dadc7a

#dadc7a #7adadc #dc7ada

Analogous Colors of #dadc7a

#dadc7a #a9dc7a #dcad7a

Monochromatic Colors of #dadc7a

#dadc7a

Complementary Color

#dadc7a #7c7adc

#dadc7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadc7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadc7a Color CSS Codes

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

#dadc7a Text Font Color

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

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


#dadc7a Background Color

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

This div background color is #dadc7a


#dadc7a Border Color

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

This div border color is #dadc7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadc7a


Comments

No comments written yet.

Please login to write comment.