Color Hex Logo

#dedf5d Color Hex

#DEDF5D
(222,223,93)
0 Favorites   0 Comments

Color spaces of #dedf5d

RGB 22222393
HSL0.170.670.62
HSV60°58°87°
CMYK 0.000.000.58   0.13
XYZ58.487769.095320.6100
Yxy69.09530.39470.4663
Hunter Lab83.1236-19.869543.4859
CIE-Lab86.5512-16.747461.9788

#dedf5d color RGB value is (222,223,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011111 01011101
Octal 336 337 135
Decimal 222 223 93
Hex DE DF 5D

RGB Percentages of Color #dedf5d

%41.26
%41.45
%17.29

CMYK Percentages of Color #dedf5d

%0
%0
%58
%13

Triadic Colors of #dedf5d

#dedf5d #5ddedf #df5dde

Analogous Colors of #dedf5d

#dedf5d #9ddf5d #df9f5d

Monochromatic Colors of #dedf5d

#dedf5d

Complementary Color

#dedf5d #5e5ddf

#dedf5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dedf5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dedf5d Color CSS Codes

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

#dedf5d Text Font Color

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

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


#dedf5d Background Color

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

This div background color is #dedf5d


#dedf5d Border Color

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

This div border color is #dedf5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dedf5d


Comments

No comments written yet.

Please login to write comment.