Color Hex Logo

#dedd33 Color Hex

#DEDD33
(222,221,51)
0 Favorites   0 Comments

Color spaces of #dedd33

RGB 22222151
HSL0.170.720.54
HSV60°77°87°
CMYK 0.000.000.77   0.13
XYZ56.578267.481513.1752
Yxy67.48150.41230.4917
Hunter Lab82.1471-20.817047.9937
CIE-Lab85.7465-17.958476.5024

#dedd33 color RGB value is (222,221,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011101 00110011
Octal 336 335 63
Decimal 222 221 51
Hex DE DD 33

RGB Percentages of Color #dedd33

%44.94
%44.74
%10.32

CMYK Percentages of Color #dedd33

%0
%0
%77
%13

Triadic Colors of #dedd33

#dedd33 #33dedd #dd33de

Analogous Colors of #dedd33

#dedd33 #8ade33 #de8833

Monochromatic Colors of #dedd33

#dedd33

Complementary Color

#dedd33 #3334de

#dedd33 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dedd33 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dedd33 Color CSS Codes

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

#dedd33 Text Font Color

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

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


#dedd33 Background Color

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

This div background color is #dedd33


#dedd33 Border Color

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

This div border color is #dedd33


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dedd33


Comments

No comments written yet.

Please login to write comment.