Color Hex Logo

#ded111 Color Hex

#DED111
(222,209,17)
0 Favorites   0 Comments

Color spaces of #ded111

RGB 22220917
HSL0.160.860.47
HSV56°92°87°
CMYK 0.000.060.92   0.13
XYZ53.025861.17109.5427
Yxy61.17100.42850.4944
Hunter Lab78.2119-15.852147.5143
CIE-Lab82.4706-12.831880.9385

#ded111 color RGB value is (222,209,17).

#ded111 hex color red value is 222, green value is 209 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #ded111 hue: 0.16 , saturation: 0.86 and the lightness value of ded111 is 0.47.

The process color (four color CMYK) of #ded111 color hex is 0.00, 0.06, 0.92, 0.13. Web safe color of #ded111 is #cccc00. Color #ded111 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11010001 00010001
Octal 336 321 21
Decimal 222 209 17
Hex DE D1 11

RGB Percentages of Color #ded111

%49.55
%46.65
%3.79

CMYK Percentages of Color #ded111

%0
%6
%92
%13

Triadic Colors of #ded111

#ded111 #11ded1 #d111de

Analogous Colors of #ded111

#ded111 #85de11 #de6b11

Monochromatic Colors of #ded111

#ded111

Complementary Color

#ded111 #111ede

#ded111 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded111 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded111 Color CSS Codes

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

#ded111 Text Font Color

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

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


#ded111 Background Color

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

This div background color is #ded111


#ded111 Border Color

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

This div border color is #ded111


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded111


Comments

No comments written yet.

Please login to write comment.