Color Hex Logo

#ded20f Color Hex

#DED20F
(222,210,15)
0 Favorites   0 Comments

Color spaces of #ded20f

RGB 22221015
HSL0.160.870.46
HSV57°93°87°
CMYK 0.000.050.93   0.13
XYZ53.257061.65739.5460
Yxy61.65730.42790.4954
Hunter Lab78.5222-16.347747.7576
CIE-Lab82.7308-13.356381.3770

#ded20f color RGB value is (222,210,15).

#ded20f hex color red value is 222, green value is 210 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #ded20f hue: 0.16 , saturation: 0.87 and the lightness value of ded20f is 0.46.

The process color (four color CMYK) of #ded20f color hex is 0.00, 0.05, 0.93, 0.13. Web safe color of #ded20f is #cccc00. Color #ded20f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11010010 00001111
Octal 336 322 17
Decimal 222 210 15
Hex DE D2 F

RGB Percentages of Color #ded20f

%49.66
%46.98
%3.36

CMYK Percentages of Color #ded20f

%0
%5
%93
%13

Triadic Colors of #ded20f

#ded20f #0fded2 #d20fde

Analogous Colors of #ded20f

#ded20f #83de0f #de6b0f

Monochromatic Colors of #ded20f

#ded20f

Complementary Color

#ded20f #0f1bde

#ded20f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded20f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded20f Color CSS Codes

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

#ded20f Text Font Color

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

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


#ded20f Background Color

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

This div background color is #ded20f


#ded20f Border Color

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

This div border color is #ded20f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded20f


Comments

No comments written yet.

Please login to write comment.