Color Hex Logo

#ded509 Color Hex

#DED509
(222,213,9)
0 Favorites   0 Comments

Color spaces of #ded509

RGB 2222139
HSL0.160.920.45
HSV57°96°87°
CMYK 0.000.040.96   0.13
XYZ53.967863.13789.6009
Yxy63.13780.42590.4983
Hunter Lab79.4593-17.818748.4576
CIE-Lab83.5148-14.909882.5587

#ded509 color RGB value is (222,213,9).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11010101 00001001
Octal 336 325 11
Decimal 222 213 9
Hex DE D5 9

RGB Percentages of Color #ded509

%50.00
%47.97
%2.03

CMYK Percentages of Color #ded509

%0
%4
%96
%13

Triadic Colors of #ded509

#ded509 #09ded5 #d509de

Analogous Colors of #ded509

#ded509 #7dde09 #de6b09

Monochromatic Colors of #ded509

#ded509

Complementary Color

#ded509 #0912de

#ded509 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded509 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded509 Color CSS Codes

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

#ded509 Text Font Color

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

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


#ded509 Background Color

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

This div background color is #ded509


#ded509 Border Color

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

This div border color is #ded509


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded509


Comments

No comments written yet.

Please login to write comment.