Color Hex Logo

#dedf33 Color Hex

#DEDF33
(222,223,51)
0 Favorites   0 Comments

Color spaces of #dedf33

RGB 22222351
HSL0.170.730.54
HSV60°77°87°
CMYK 0.000.000.77   0.13
XYZ57.109468.544013.3523
Yxy68.54400.41080.4931
Hunter Lab82.7913-21.755648.3918
CIE-Lab86.2777-18.936076.9770

#dedf33 color RGB value is (222,223,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011111 00110011
Octal 336 337 63
Decimal 222 223 51
Hex DE DF 33

RGB Percentages of Color #dedf33

%44.76
%44.96
%10.28

CMYK Percentages of Color #dedf33

%0
%0
%77
%13

Triadic Colors of #dedf33

#dedf33 #33dedf #df33de

Analogous Colors of #dedf33

#dedf33 #88df33 #df8a33

Monochromatic Colors of #dedf33

#dedf33

Complementary Color

#dedf33 #3433df

#dedf33 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dedf33 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dedf33 Color CSS Codes

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

#dedf33 Text Font Color

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

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


#dedf33 Background Color

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

This div background color is #dedf33


#dedf33 Border Color

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

This div border color is #dedf33


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dedf33


Comments

No comments written yet.

Please login to write comment.