Color Hex Logo

#dadd4d Color Hex

#DADD4D
(218,221,77)
0 Favorites   0 Comments

Color spaces of #dadd4d

RGB 21822177
HSL0.170.680.58
HSV61°65°87°
CMYK 0.010.000.65   0.13
XYZ56.109467.154217.0259
Yxy67.15420.40000.4787
Hunter Lab81.9477-21.189845.0449
CIE-Lab85.5818-18.413167.3919

#dadd4d color RGB value is (218,221,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011101 01001101
Octal 332 335 115
Decimal 218 221 77
Hex DA DD 4D

RGB Percentages of Color #dadd4d

%42.25
%42.83
%14.92

CMYK Percentages of Color #dadd4d

%1
%0
%65
%13

Triadic Colors of #dadd4d

#dadd4d #4ddadd #dd4dda

Analogous Colors of #dadd4d

#dadd4d #92dd4d #dd984d

Monochromatic Colors of #dadd4d

#dadd4d

Complementary Color

#dadd4d #504ddd

#dadd4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadd4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadd4d Color CSS Codes

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

#dadd4d Text Font Color

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

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


#dadd4d Background Color

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

This div background color is #dadd4d


#dadd4d Border Color

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

This div border color is #dadd4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadd4d


Comments

No comments written yet.

Please login to write comment.