Color Hex Logo

#ded358 Color Hex

#DED358
(222,211,88)
0 Favorites   0 Comments

Color spaces of #ded358

RGB 22221188
HSL0.150.670.61
HSV55°60°87°
CMYK 0.000.050.60   0.13
XYZ55.179962.822718.4502
Yxy62.82270.40440.4604
Hunter Lab79.2608-14.437941.6811
CIE-Lab83.3490-11.118260.6179

#ded358 color RGB value is (222,211,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11010011 01011000
Octal 336 323 130
Decimal 222 211 88
Hex DE D3 58

RGB Percentages of Color #ded358

%42.61
%40.50
%16.89

CMYK Percentages of Color #ded358

%0
%5
%60
%13

Triadic Colors of #ded358

#ded358 #58ded3 #d358de

Analogous Colors of #ded358

#ded358 #a6de58 #de9058

Monochromatic Colors of #ded358

#ded358

Complementary Color

#ded358 #5863de

#ded358 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded358 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded358 Color CSS Codes

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

#ded358 Text Font Color

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

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


#ded358 Background Color

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

This div background color is #ded358


#ded358 Border Color

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

This div border color is #ded358


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded358


Comments

No comments written yet.

Please login to write comment.