Color Hex Logo

#ded136 Color Hex

#DED136
(222,209,54)
0 Favorites   0 Comments

Color spaces of #ded136

RGB 22220954
HSL0.150.720.54
HSV55°76°87°
CMYK 0.000.060.76   0.13
XYZ53.590561.396912.5163
Yxy61.39690.42030.4815
Hunter Lab78.3562-15.041045.3786
CIE-Lab82.5917-11.897772.7403

#ded136 color RGB value is (222,209,54).

#ded136 hex color red value is 222, green value is 209 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #ded136 hue: 0.15 , saturation: 0.72 and the lightness value of ded136 is 0.54.

The process color (four color CMYK) of #ded136 color hex is 0.00, 0.06, 0.76, 0.13. Web safe color of #ded136 is #cccc33. Color #ded136 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11010001 00110110
Octal 336 321 66
Decimal 222 209 54
Hex DE D1 36

RGB Percentages of Color #ded136

%45.77
%43.09
%11.13

CMYK Percentages of Color #ded136

%0
%6
%76
%13

Triadic Colors of #ded136

#ded136 #36ded1 #d136de

Analogous Colors of #ded136

#ded136 #97de36 #de7d36

Monochromatic Colors of #ded136

#ded136

Complementary Color

#ded136 #3643de

#ded136 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded136 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded136 Color CSS Codes

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

#ded136 Text Font Color

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

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


#ded136 Background Color

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

This div background color is #ded136


#ded136 Border Color

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

This div border color is #ded136


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded136


Comments

No comments written yet.

Please login to write comment.