Color Hex Logo

#ded359 Color Hex

#DED359
(222,211,89)
0 Favorites   0 Comments

Color spaces of #ded359

RGB 22221189
HSL0.150.670.61
HSV55°60°87°
CMYK 0.000.050.60   0.13
XYZ55.221662.839418.6699
Yxy62.83940.40390.4596
Hunter Lab79.2713-14.379041.5260
CIE-Lab83.3578-11.051160.1955

#ded359 color RGB value is (222,211,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11010011 01011001
Octal 336 323 131
Decimal 222 211 89
Hex DE D3 59

RGB Percentages of Color #ded359

%42.53
%40.42
%17.05

CMYK Percentages of Color #ded359

%0
%5
%60
%13

Triadic Colors of #ded359

#ded359 #59ded3 #d359de

Analogous Colors of #ded359

#ded359 #a7de59 #de9159

Monochromatic Colors of #ded359

#ded359

Complementary Color

#ded359 #5964de

#ded359 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded359 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded359 Color CSS Codes

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

#ded359 Text Font Color

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

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


#ded359 Background Color

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

This div background color is #ded359


#ded359 Border Color

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

This div border color is #ded359


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded359

#ded359 Color Palettes


Comments

No comments written yet.

Please login to write comment.