Color Hex Logo

#ded621 Color Hex

#DED621
(222,214,33)
0 Favorites   0 Comments

Color spaces of #ded621

RGB 22221433
HSL0.160.740.50
HSV57°85°87°
CMYK 0.000.040.85   0.13
XYZ54.445363.732510.8709
Yxy63.73250.42190.4939
Hunter Lab79.8326-17.971447.8093
CIE-Lab83.8263-15.034879.3320

#ded621 color RGB value is (222,214,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11010110 00100001
Octal 336 326 41
Decimal 222 214 33
Hex DE D6 21

RGB Percentages of Color #ded621

%47.33
%45.63
%7.04

CMYK Percentages of Color #ded621

%0
%4
%85
%13

Triadic Colors of #ded621

#ded621 #21ded6 #d621de

Analogous Colors of #ded621

#ded621 #88de21 #de7821

Monochromatic Colors of #ded621

#ded621

Complementary Color

#ded621 #2129de

#ded621 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded621 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded621 Color CSS Codes

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

#ded621 Text Font Color

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

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


#ded621 Background Color

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

This div background color is #ded621


#ded621 Border Color

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

This div border color is #ded621


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded621


Comments

No comments written yet.

Please login to write comment.