Color Hex Logo

#dadc4e Color Hex

#DADC4E
(218,220,78)
0 Favorites   0 Comments

Color spaces of #dadc4e

RGB 21822078
HSL0.170.670.58
HSV61°65°86°
CMYK 0.010.000.65   0.14
XYZ55.881866.641917.1256
Yxy66.64190.40020.4772
Hunter Lab81.6345-20.670644.7061
CIE-Lab85.3228-17.864866.7355

#dadc4e color RGB value is (218,220,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011100 01001110
Octal 332 334 116
Decimal 218 220 78
Hex DA DC 4E

RGB Percentages of Color #dadc4e

%42.25
%42.64
%15.12

CMYK Percentages of Color #dadc4e

%1
%0
%65
%14

Triadic Colors of #dadc4e

#dadc4e #4edadc #dc4eda

Analogous Colors of #dadc4e

#dadc4e #93dc4e #dc974e

Monochromatic Colors of #dadc4e

#dadc4e

Complementary Color

#dadc4e #504edc

#dadc4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadc4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadc4e Color CSS Codes

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

#dadc4e Text Font Color

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

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


#dadc4e Background Color

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

This div background color is #dadc4e


#dadc4e Border Color

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

This div border color is #dadc4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadc4e


Comments

No comments written yet.

Please login to write comment.