Color Hex Logo

#dee44d Color Hex

#DEE44D
(222,228,77)
0 Favorites   0 Comments

Color spaces of #dee44d

RGB 22222877
HSL0.170.740.60
HSV62°66°89°
CMYK 0.030.000.66   0.11
XYZ59.207271.552217.7116
Yxy71.55220.39880.4819
Hunter Lab84.5885-23.090046.7975
CIE-Lab87.7526-20.189069.7073

#dee44d color RGB value is (222,228,77).

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

The process color (four color CMYK) of #dee44d color hex is 0.03, 0.00, 0.66, 0.11. Web safe color of #dee44d is #cccc66. Color #dee44d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100100 01001101
Octal 336 344 115
Decimal 222 228 77
Hex DE E4 4D

RGB Percentages of Color #dee44d

%42.13
%43.26
%14.61

CMYK Percentages of Color #dee44d

%3
%0
%66
%11

Triadic Colors of #dee44d

#dee44d #4ddee4 #e44dde

Analogous Colors of #dee44d

#dee44d #93e44d #e49f4d

Monochromatic Colors of #dee44d

#dee44d

Complementary Color

#dee44d #534de4

#dee44d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee44d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee44d Color CSS Codes

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

#dee44d Text Font Color

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

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


#dee44d Background Color

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

This div background color is #dee44d


#dee44d Border Color

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

This div border color is #dee44d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee44d


Comments

No comments written yet.

Please login to write comment.