Color Hex Logo

#ded521 Color Hex

#DED521
(222,213,33)
0 Favorites   0 Comments

Color spaces of #ded521

RGB 22221333
HSL0.160.740.50
HSV57°85°87°
CMYK 0.000.040.85   0.13
XYZ54.193063.227910.7868
Yxy63.22790.42270.4932
Hunter Lab79.5160-17.498847.6182
CIE-Lab83.5621-14.538679.1165

#ded521 color RGB value is (222,213,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11010101 00100001
Octal 336 325 41
Decimal 222 213 33
Hex DE D5 21

RGB Percentages of Color #ded521

%47.44
%45.51
%7.05

CMYK Percentages of Color #ded521

%0
%4
%85
%13

Triadic Colors of #ded521

#ded521 #21ded5 #d521de

Analogous Colors of #ded521

#ded521 #89de21 #de7721

Monochromatic Colors of #ded521

#ded521

Complementary Color

#ded521 #212ade

#ded521 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded521 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded521 Color CSS Codes

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

#ded521 Text Font Color

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

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


#ded521 Background Color

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

This div background color is #ded521


#ded521 Border Color

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

This div border color is #ded521


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded521


Comments

No comments written yet.

Please login to write comment.