Color Hex Logo

#dfdd21 Color Hex

#DFDD21
(223,221,33)
0 Favorites   0 Comments

Color spaces of #dfdd21

RGB 22322133
HSL0.160.750.50
HSV59°85°87°
CMYK 0.000.010.85   0.13
XYZ56.562467.510711.4886
Yxy67.51070.41720.4980
Hunter Lab82.1649-20.909049.2253
CIE-Lab85.7612-18.060880.9430

#dfdd21 color RGB value is (223,221,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011101 00100001
Octal 337 335 41
Decimal 223 221 33
Hex DF DD 21

RGB Percentages of Color #dfdd21

%46.75
%46.33
%6.92

CMYK Percentages of Color #dfdd21

%0
%1
%85
%13

Triadic Colors of #dfdd21

#dfdd21 #21dfdd #dd21df

Analogous Colors of #dfdd21

#dfdd21 #82df21 #df7e21

Monochromatic Colors of #dfdd21

#dfdd21

Complementary Color

#dfdd21 #2123df

#dfdd21 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdd21 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdd21 Color CSS Codes

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

#dfdd21 Text Font Color

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

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


#dfdd21 Background Color

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

This div background color is #dfdd21


#dfdd21 Border Color

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

This div border color is #dfdd21


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,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 #dfdd21">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdd21


Comments

No comments written yet.

Please login to write comment.