Color Hex Logo

#ded95a Color Hex

#DED95A
(222,217,90)
0 Favorites   0 Comments

Color spaces of #ded95a

RGB 22221790
HSL0.160.670.61
HSV58°59°87°
CMYK 0.000.020.59   0.13
XYZ56.782565.893519.3988
Yxy65.89350.39970.4638
Hunter Lab81.1748-17.193642.6535
CIE-Lab84.9421-13.985361.4994

#ded95a color RGB value is (222,217,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011001 01011010
Octal 336 331 132
Decimal 222 217 90
Hex DE D9 5A

RGB Percentages of Color #ded95a

%41.97
%41.02
%17.01

CMYK Percentages of Color #ded95a

%0
%2
%59
%13

Triadic Colors of #ded95a

#ded95a #5aded9 #d95ade

Analogous Colors of #ded95a

#ded95a #a1de5a #de975a

Monochromatic Colors of #ded95a

#ded95a

Complementary Color

#ded95a #5a5fde

#ded95a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded95a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded95a Color CSS Codes

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

#ded95a Text Font Color

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

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


#ded95a Background Color

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

This div background color is #ded95a


#ded95a Border Color

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

This div border color is #ded95a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded95a


Comments

No comments written yet.

Please login to write comment.