Color Hex Logo

#dedf36 Color Hex

#DEDF36
(222,223,54)
0 Favorites   0 Comments

Color spaces of #dedf36

RGB 22222354
HSL0.170.730.54
HSV60°76°87°
CMYK 0.000.000.76   0.13
XYZ57.177768.571313.7120
Yxy68.57130.41000.4917
Hunter Lab82.8078-21.661748.1477
CIE-Lab86.2913-18.826376.1161

#dedf36 color RGB value is (222,223,54).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011111 00110110
Octal 336 337 66
Decimal 222 223 54
Hex DE DF 36

RGB Percentages of Color #dedf36

%44.49
%44.69
%10.82

CMYK Percentages of Color #dedf36

%0
%0
%76
%13

Triadic Colors of #dedf36

#dedf36 #36dedf #df36de

Analogous Colors of #dedf36

#dedf36 #8adf36 #df8c36

Monochromatic Colors of #dedf36

#dedf36

Complementary Color

#dedf36 #3736df

#dedf36 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dedf36 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dedf36 Color CSS Codes

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

#dedf36 Text Font Color

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

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


#dedf36 Background Color

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

This div background color is #dedf36


#dedf36 Border Color

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

This div border color is #dedf36


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dedf36


Comments

No comments written yet.

Please login to write comment.