Color Hex Logo

#ded15e Color Hex

#DED15E
(222,209,94)
0 Favorites   0 Comments

Color spaces of #ded15e

RGB 22220994
HSL0.150.660.62
HSV54°58°87°
CMYK 0.000.060.58   0.13
XYZ54.945061.938719.6491
Yxy61.93870.40240.4537
Hunter Lab78.7011-13.107740.2880
CIE-Lab82.8808-9.692957.4636

#ded15e color RGB value is (222,209,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11010001 01011110
Octal 336 321 136
Decimal 222 209 94
Hex DE D1 5E

RGB Percentages of Color #ded15e

%42.29
%39.81
%17.90

CMYK Percentages of Color #ded15e

%0
%6
%58
%13

Triadic Colors of #ded15e

#ded15e #5eded1 #d15ede

Analogous Colors of #ded15e

#ded15e #abde5e #de915e

Monochromatic Colors of #ded15e

#ded15e

Complementary Color

#ded15e #5e6bde

#ded15e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded15e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded15e Color CSS Codes

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

#ded15e Text Font Color

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

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


#ded15e Background Color

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

This div background color is #ded15e


#ded15e Border Color

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

This div border color is #ded15e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded15e


Comments

No comments written yet.

Please login to write comment.