Color Hex Logo

#dee28d Color Hex

#DEE28D
(222,226,141)
0 Favorites   0 Comments

Color spaces of #dee28d

RGB 222226141
HSL0.170.590.72
HSV63°38°89°
CMYK 0.020.000.38   0.11
XYZ62.128371.845435.7923
Yxy71.84540.36600.4232
Hunter Lab84.7617-17.496634.2968
CIE-Lab87.8941-13.888841.0979

#dee28d color RGB value is (222,226,141).

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

The process color (four color CMYK) of #dee28d color hex is 0.02, 0.00, 0.38, 0.11. Web safe color of #dee28d is #cccc99. Color #dee28d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100010 10001101
Octal 336 342 215
Decimal 222 226 141
Hex DE E2 8D

RGB Percentages of Color #dee28d

%37.69
%38.37
%23.94

CMYK Percentages of Color #dee28d

%2
%0
%38
%11

Triadic Colors of #dee28d

#dee28d #8ddee2 #e28dde

Analogous Colors of #dee28d

#dee28d #b4e28d #e2bc8d

Monochromatic Colors of #dee28d

#dee28d

Complementary Color

#dee28d #918de2

#dee28d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee28d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee28d Color CSS Codes

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

#dee28d Text Font Color

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

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


#dee28d Background Color

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

This div background color is #dee28d


#dee28d Border Color

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

This div border color is #dee28d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee28d


Comments

No comments written yet.

Please login to write comment.