Color Hex Logo

#ded58e Color Hex

#DED58E
(222,213,142)
0 Favorites   0 Comments

Color spaces of #ded58e

RGB 222213142
HSL0.150.550.71
HSV53°36°87°
CMYK 0.000.040.36   0.13
XYZ58.800965.071135.0520
Yxy65.07110.37000.4094
Hunter Lab80.6667-11.051430.7034
CIE-Lab84.5204-7.236036.2393

#ded58e color RGB value is (222,213,142).

#ded58e hex color red value is 222, green value is 213 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #ded58e hue: 0.15 , saturation: 0.55 and the lightness value of ded58e is 0.71.

The process color (four color CMYK) of #ded58e color hex is 0.00, 0.04, 0.36, 0.13. Web safe color of #ded58e is #cccc99. Color #ded58e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11010101 10001110
Octal 336 325 216
Decimal 222 213 142
Hex DE D5 8E

RGB Percentages of Color #ded58e

%38.47
%36.92
%24.61

CMYK Percentages of Color #ded58e

%0
%4
%36
%13

Triadic Colors of #ded58e

#ded58e #8eded5 #d58ede

Analogous Colors of #ded58e

#ded58e #bfde8e #dead8e

Monochromatic Colors of #ded58e

#ded58e

Complementary Color

#ded58e #8e97de

#ded58e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded58e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded58e Color CSS Codes

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

#ded58e Text Font Color

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

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


#ded58e Background Color

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

This div background color is #ded58e


#ded58e Border Color

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

This div border color is #ded58e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded58e


Comments

No comments written yet.

Please login to write comment.