Color Hex Logo

#ded709 Color Hex

#DED709
(222,215,9)
0 Favorites   0 Comments

Color spaces of #ded709

RGB 2222159
HSL0.160.920.45
HSV58°96°87°
CMYK 0.000.030.96   0.13
XYZ54.473964.15029.7696
Yxy64.15020.42430.4996
Hunter Lab80.0938-18.761748.8337
CIE-Lab84.0439-15.900182.9526

#ded709 color RGB value is (222,215,9).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11010111 00001001
Octal 336 327 11
Decimal 222 215 9
Hex DE D7 9

RGB Percentages of Color #ded709

%49.78
%48.21
%2.02

CMYK Percentages of Color #ded709

%0
%3
%96
%13

Triadic Colors of #ded709

#ded709 #09ded7 #d709de

Analogous Colors of #ded709

#ded709 #7bde09 #de6d09

Monochromatic Colors of #ded709

#ded709

Complementary Color

#ded709 #0910de

#ded709 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded709 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded709 Color CSS Codes

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

#ded709 Text Font Color

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

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


#ded709 Background Color

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

This div background color is #ded709


#ded709 Border Color

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

This div border color is #ded709


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded709


Comments

No comments written yet.

Please login to write comment.