Color Hex Logo

#dadd42 Color Hex

#DADD42
(218,221,66)
0 Favorites   0 Comments

Color spaces of #dadd42

RGB 21822166
HSL0.170.700.56
HSV61°70°87°
CMYK 0.010.000.70   0.13
XYZ55.753367.011715.1503
Yxy67.01170.40430.4859
Hunter Lab81.8607-21.684246.3294
CIE-Lab85.5099-18.992471.3795

#dadd42 color RGB value is (218,221,66).

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

The process color (four color CMYK) of #dadd42 color hex is 0.01, 0.00, 0.70, 0.13. Web safe color of #dadd42 is #cccc33. Color #dadd42 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011101 01000010
Octal 332 335 102
Decimal 218 221 66
Hex DA DD 42

RGB Percentages of Color #dadd42

%43.17
%43.76
%13.07

CMYK Percentages of Color #dadd42

%1
%0
%70
%13

Triadic Colors of #dadd42

#dadd42 #42dadd #dd42da

Analogous Colors of #dadd42

#dadd42 #8ddd42 #dd9342

Monochromatic Colors of #dadd42

#dadd42

Complementary Color

#dadd42 #4542dd

#dadd42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadd42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadd42 Color CSS Codes

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

#dadd42 Text Font Color

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

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


#dadd42 Background Color

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

This div background color is #dadd42


#dadd42 Border Color

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

This div border color is #dadd42


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadd42


Comments

No comments written yet.

Please login to write comment.