Color Hex Logo

#ded52f Color Hex

#DED52F
(222,213,47)
0 Favorites   0 Comments

Color spaces of #ded52f

RGB 22221347
HSL0.160.730.53
HSV57°79°87°
CMYK 0.000.040.79   0.13
XYZ54.431563.323312.0431
Yxy63.32330.41940.4879
Hunter Lab79.5759-17.160446.7302
CIE-Lab83.6122-14.147075.7411

#ded52f color RGB value is (222,213,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11010101 00101111
Octal 336 325 57
Decimal 222 213 47
Hex DE D5 2F

RGB Percentages of Color #ded52f

%46.06
%44.19
%9.75

CMYK Percentages of Color #ded52f

%0
%4
%79
%13

Triadic Colors of #ded52f

#ded52f #2fded5 #d52fde

Analogous Colors of #ded52f

#ded52f #90de2f #de7e2f

Monochromatic Colors of #ded52f

#ded52f

Complementary Color

#ded52f #2f38de

#ded52f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded52f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded52f Color CSS Codes

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

#ded52f Text Font Color

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

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


#ded52f Background Color

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

This div background color is #ded52f


#ded52f Border Color

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

This div border color is #ded52f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded52f


Comments

No comments written yet.

Please login to write comment.