Color Hex Logo

#ded501 Color Hex

#DED501
(222,213,1)
0 Favorites   0 Comments

Color spaces of #ded501

RGB 2222131
HSL0.160.990.44
HSV58°100°87°
CMYK 0.000.041.00   0.13
XYZ53.923963.12039.3701
Yxy63.12030.42660.4993
Hunter Lab79.4483-17.881348.6212
CIE-Lab83.5056-14.982483.2620

#ded501 color RGB value is (222,213,1).

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

The process color (four color CMYK) of #ded501 color hex is 0.00, 0.04, 1.00, 0.13. Web safe color of #ded501 is #cccc00. Color #ded501 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11010101 00000001
Octal 336 325 1
Decimal 222 213 1
Hex DE D5 1

RGB Percentages of Color #ded501

%50.92
%48.85
%0.23

CMYK Percentages of Color #ded501

%0
%4
%100
%13

Triadic Colors of #ded501

#ded501 #01ded5 #d501de

Analogous Colors of #ded501

#ded501 #79de01 #de6701

Monochromatic Colors of #ded501

#ded501

Complementary Color

#ded501 #010ade

#ded501 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded501 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded501 Color CSS Codes

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

#ded501 Text Font Color

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

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


#ded501 Background Color

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

This div background color is #ded501


#ded501 Border Color

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

This div border color is #ded501


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,213,1, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded501


Comments

No comments written yet.

Please login to write comment.