Color Hex Logo

#ded55a Color Hex

#DED55A
(222,213,90)
0 Favorites   0 Comments

Color spaces of #ded55a

RGB 22221390
HSL0.160.670.61
HSV56°59°87°
CMYK 0.000.040.59   0.13
XYZ55.763963.856319.0593
Yxy63.85630.40210.4605
Hunter Lab79.9101-15.279641.7959
CIE-Lab83.8909-11.987660.3474

#ded55a color RGB value is (222,213,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11010101 01011010
Octal 336 325 132
Decimal 222 213 90
Hex DE D5 5A

RGB Percentages of Color #ded55a

%42.29
%40.57
%17.14

CMYK Percentages of Color #ded55a

%0
%4
%59
%13

Triadic Colors of #ded55a

#ded55a #5aded5 #d55ade

Analogous Colors of #ded55a

#ded55a #a5de5a #de935a

Monochromatic Colors of #ded55a

#ded55a

Complementary Color

#ded55a #5a63de

#ded55a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded55a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded55a Color CSS Codes

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

#ded55a Text Font Color

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

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


#ded55a Background Color

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

This div background color is #ded55a


#ded55a Border Color

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

This div border color is #ded55a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded55a


Comments

No comments written yet.

Please login to write comment.