Color Hex Logo

#dedf4e Color Hex

#DEDF4E
(222,223,78)
0 Favorites   0 Comments

Color spaces of #dedf4e

RGB 22222378
HSL0.170.690.59
HSV60°65°87°
CMYK 0.000.000.65   0.13
XYZ57.887068.855017.4471
Yxy68.85500.40150.4775
Hunter Lab82.9789-20.689545.6190
CIE-Lab86.4322-17.695467.9769

#dedf4e color RGB value is (222,223,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011111 01001110
Octal 336 337 116
Decimal 222 223 78
Hex DE DF 4E

RGB Percentages of Color #dedf4e

%42.45
%42.64
%14.91

CMYK Percentages of Color #dedf4e

%0
%0
%65
%13

Triadic Colors of #dedf4e

#dedf4e #4ededf #df4ede

Analogous Colors of #dedf4e

#dedf4e #96df4e #df984e

Monochromatic Colors of #dedf4e

#dedf4e

Complementary Color

#dedf4e #4f4edf

#dedf4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dedf4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dedf4e Color CSS Codes

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

#dedf4e Text Font Color

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

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


#dedf4e Background Color

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

This div background color is #dedf4e


#dedf4e Border Color

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

This div border color is #dedf4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dedf4e


Comments

No comments written yet.

Please login to write comment.