Color Hex Logo

#ded95d Color Hex

#DED95D
(222,217,93)
0 Favorites   0 Comments

Color spaces of #ded95d

RGB 22221793
HSL0.160.660.62
HSV58°58°87°
CMYK 0.000.020.58   0.13
XYZ56.912865.945620.0851
Yxy65.94560.39810.4613
Hunter Lab81.2069-17.012742.1805
CIE-Lab84.9687-13.778160.2335

#ded95d color RGB value is (222,217,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011001 01011101
Octal 336 331 135
Decimal 222 217 93
Hex DE D9 5D

RGB Percentages of Color #ded95d

%41.73
%40.79
%17.48

CMYK Percentages of Color #ded95d

%0
%2
%58
%13

Triadic Colors of #ded95d

#ded95d #5dded9 #d95dde

Analogous Colors of #ded95d

#ded95d #a3de5d #de995d

Monochromatic Colors of #ded95d

#ded95d

Complementary Color

#ded95d #5d62de

#ded95d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded95d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded95d Color CSS Codes

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

#ded95d Text Font Color

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

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


#ded95d Background Color

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

This div background color is #ded95d


#ded95d Border Color

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

This div border color is #ded95d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded95d


Comments

No comments written yet.

Please login to write comment.