Color Hex Logo

#dadc6e Color Hex

#DADC6E
(218,220,110)
0 Favorites   0 Comments

Color spaces of #dadc6e

RGB 218220110
HSL0.170.610.65
HSV61°50°86°
CMYK 0.010.000.50   0.14
XYZ57.321167.217624.7050
Yxy67.21760.38410.4504
Hunter Lab81.9863-18.677139.5245
CIE-Lab85.6137-15.553153.2115

#dadc6e color RGB value is (218,220,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011100 01101110
Octal 332 334 156
Decimal 218 220 110
Hex DA DC 6E

RGB Percentages of Color #dadc6e

%39.78
%40.15
%20.07

CMYK Percentages of Color #dadc6e

%1
%0
%50
%14

Triadic Colors of #dadc6e

#dadc6e #6edadc #dc6eda

Analogous Colors of #dadc6e

#dadc6e #a3dc6e #dca76e

Monochromatic Colors of #dadc6e

#dadc6e

Complementary Color

#dadc6e #706edc

#dadc6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadc6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadc6e Color CSS Codes

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

#dadc6e Text Font Color

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

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


#dadc6e Background Color

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

This div background color is #dadc6e


#dadc6e Border Color

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

This div border color is #dadc6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadc6e


Comments

No comments written yet.

Please login to write comment.