Color Hex Logo

#dedf4c Color Hex

#DEDF4C
(222,223,76)
0 Favorites   0 Comments

Color spaces of #dedf4c

RGB 22222376
HSL0.170.700.59
HSV60°66°87°
CMYK 0.000.000.66   0.13
XYZ57.816468.826817.0751
Yxy68.82680.40230.4789
Hunter Lab82.9619-20.786245.8704
CIE-Lab86.4182-17.807568.7304

#dedf4c color RGB value is (222,223,76).

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

The process color (four color CMYK) of #dedf4c color hex is 0.00, 0.00, 0.66, 0.13. Web safe color of #dedf4c is #cccc33. Color #dedf4c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011111 01001100
Octal 336 337 114
Decimal 222 223 76
Hex DE DF 4C

RGB Percentages of Color #dedf4c

%42.61
%42.80
%14.59

CMYK Percentages of Color #dedf4c

%0
%0
%66
%13

Triadic Colors of #dedf4c

#dedf4c #4cdedf #df4cde

Analogous Colors of #dedf4c

#dedf4c #95df4c #df974c

Monochromatic Colors of #dedf4c

#dedf4c

Complementary Color

#dedf4c #4d4cdf

#dedf4c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dedf4c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dedf4c Color CSS Codes

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

#dedf4c Text Font Color

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

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


#dedf4c Background Color

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

This div background color is #dedf4c


#dedf4c Border Color

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

This div border color is #dedf4c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dedf4c


Comments

No comments written yet.

Please login to write comment.