Color Hex Logo

#dadd21 Color Hex

#DADD21
(218,221,33)
0 Favorites   0 Comments

Color spaces of #dadd21

RGB 21822133
HSL0.170.740.50
HSV61°85°87°
CMYK 0.010.000.85   0.13
XYZ55.044466.728111.4175
Yxy66.72810.41330.5010
Hunter Lab81.6873-22.671748.8941
CIE-Lab85.3665-20.155880.4577

#dadd21 color RGB value is (218,221,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011101 00100001
Octal 332 335 41
Decimal 218 221 33
Hex DA DD 21

RGB Percentages of Color #dadd21

%46.19
%46.82
%6.99

CMYK Percentages of Color #dadd21

%1
%0
%85
%13

Triadic Colors of #dadd21

#dadd21 #21dadd #dd21da

Analogous Colors of #dadd21

#dadd21 #7cdd21 #dd8221

Monochromatic Colors of #dadd21

#dadd21

Complementary Color

#dadd21 #2421dd

#dadd21 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadd21 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadd21 Color CSS Codes

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

#dadd21 Text Font Color

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

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


#dadd21 Background Color

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

This div background color is #dadd21


#dadd21 Border Color

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

This div border color is #dadd21


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadd21


Comments

No comments written yet.

Please login to write comment.