Color Hex Logo

#dedd1e Color Hex

#DEDD1E
(222,221,30)
0 Favorites   0 Comments

Color spaces of #dedd1e

RGB 22222130
HSL0.170.760.49
HSV60°86°87°
CMYK 0.000.000.86   0.13
XYZ56.215067.336211.2626
Yxy67.33620.41700.4995
Hunter Lab82.0586-21.319649.3035
CIE-Lab85.6734-18.545481.4155

#dedd1e color RGB value is (222,221,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011101 00011110
Octal 336 335 36
Decimal 222 221 30
Hex DE DD 1E

RGB Percentages of Color #dedd1e

%46.93
%46.72
%6.34

CMYK Percentages of Color #dedd1e

%0
%0
%86
%13

Triadic Colors of #dedd1e

#dedd1e #1ededd #dd1ede

Analogous Colors of #dedd1e

#dedd1e #7fde1e #de7d1e

Monochromatic Colors of #dedd1e

#dedd1e

Complementary Color

#dedd1e #1e1fde

#dedd1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dedd1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dedd1e Color CSS Codes

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

#dedd1e Text Font Color

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

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


#dedd1e Background Color

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

This div background color is #dedd1e


#dedd1e Border Color

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

This div border color is #dedd1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dedd1e


Comments

No comments written yet.

Please login to write comment.