Color Hex Logo

#dedf2d Color Hex

#DEDF2D
(222,223,45)
0 Favorites   0 Comments

Color spaces of #dedf2d

RGB 22222345
HSL0.170.740.53
HSV60°80°87°
CMYK 0.000.000.80   0.13
XYZ56.985568.494412.6999
Yxy68.49440.41240.4957
Hunter Lab82.7613-21.925848.8348
CIE-Lab86.2531-19.134978.5799

#dedf2d color RGB value is (222,223,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011111 00101101
Octal 336 337 55
Decimal 222 223 45
Hex DE DF 2D

RGB Percentages of Color #dedf2d

%45.31
%45.51
%9.18

CMYK Percentages of Color #dedf2d

%0
%0
%80
%13

Triadic Colors of #dedf2d

#dedf2d #2ddedf #df2dde

Analogous Colors of #dedf2d

#dedf2d #85df2d #df872d

Monochromatic Colors of #dedf2d

#dedf2d

Complementary Color

#dedf2d #2e2ddf

#dedf2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dedf2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dedf2d Color CSS Codes

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

#dedf2d Text Font Color

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

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


#dedf2d Background Color

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

This div background color is #dedf2d


#dedf2d Border Color

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

This div border color is #dedf2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dedf2d


Comments

No comments written yet.

Please login to write comment.