Color Hex Logo

#dedd58 Color Hex

#DEDD58
(222,221,88)
0 Favorites   0 Comments

Color spaces of #dedd58

RGB 22222188
HSL0.170.670.61
HSV60°60°87°
CMYK 0.000.000.60   0.13
XYZ57.742167.947119.3043
Yxy67.94710.39820.4686
Hunter Lab82.4300-19.213643.8159
CIE-Lab85.9800-16.100163.4720

#dedd58 color RGB value is (222,221,88).

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

The process color (four color CMYK) of #dedd58 color hex is 0.00, 0.00, 0.60, 0.13. Web safe color of #dedd58 is #cccc66. Color #dedd58 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011101 01011000
Octal 336 335 130
Decimal 222 221 88
Hex DE DD 58

RGB Percentages of Color #dedd58

%41.81
%41.62
%16.57

CMYK Percentages of Color #dedd58

%0
%0
%60
%13

Triadic Colors of #dedd58

#dedd58 #58dedd #dd58de

Analogous Colors of #dedd58

#dedd58 #9cde58 #de9a58

Monochromatic Colors of #dedd58

#dedd58

Complementary Color

#dedd58 #5859de

#dedd58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dedd58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dedd58 Color CSS Codes

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

#dedd58 Text Font Color

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

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


#dedd58 Background Color

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

This div background color is #dedd58


#dedd58 Border Color

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

This div border color is #dedd58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dedd58


Comments

No comments written yet.

Please login to write comment.