Color Hex Logo

#dee228 Color Hex

#DEE228
(222,226,40)
0 Favorites   0 Comments

Color spaces of #dee228

RGB 22222640
HSL0.170.760.52
HSV61°82°89°
CMYK 0.020.000.82   0.11
XYZ57.703670.075512.4921
Yxy70.07550.41140.4996
Hunter Lab83.7111-23.451149.7500
CIE-Lab87.0339-20.736980.4620

#dee228 color RGB value is (222,226,40).

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

The process color (four color CMYK) of #dee228 color hex is 0.02, 0.00, 0.82, 0.11. Web safe color of #dee228 is #cccc33. Color #dee228 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100010 00101000
Octal 336 342 50
Decimal 222 226 40
Hex DE E2 28

RGB Percentages of Color #dee228

%45.49
%46.31
%8.20

CMYK Percentages of Color #dee228

%2
%0
%82
%11

Triadic Colors of #dee228

#dee228 #28dee2 #e228de

Analogous Colors of #dee228

#dee228 #81e228 #e28928

Monochromatic Colors of #dee228

#dee228

Complementary Color

#dee228 #2c28e2

#dee228 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee228 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee228 Color CSS Codes

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

#dee228 Text Font Color

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

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


#dee228 Background Color

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

This div background color is #dee228


#dee228 Border Color

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

This div border color is #dee228


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee228


Comments

No comments written yet.

Please login to write comment.