Color Hex Logo

#dee140 Color Hex

#DEE140
(222,225,64)
0 Favorites   0 Comments

Color spaces of #dee140

RGB 22222564
HSL0.170.730.57
HSV61°72°88°
CMYK 0.010.000.72   0.12
XYZ57.974869.750215.2580
Yxy69.75020.40550.4878
Hunter Lab83.5166-22.244547.6297
CIE-Lab86.8742-19.386473.4868

#dee140 color RGB value is (222,225,64).

#dee140 hex color red value is 222, green value is 225 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #dee140 hue: 0.17 , saturation: 0.73 and the lightness value of dee140 is 0.57.

The process color (four color CMYK) of #dee140 color hex is 0.01, 0.00, 0.72, 0.12. Web safe color of #dee140 is #cccc33. Color #dee140 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100001 01000000
Octal 336 341 100
Decimal 222 225 64
Hex DE E1 40

RGB Percentages of Color #dee140

%43.44
%44.03
%12.52

CMYK Percentages of Color #dee140

%1
%0
%72
%12

Triadic Colors of #dee140

#dee140 #40dee1 #e140de

Analogous Colors of #dee140

#dee140 #8ee140 #e19440

Monochromatic Colors of #dee140

#dee140

Complementary Color

#dee140 #4340e1

#dee140 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee140 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee140 Color CSS Codes

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

#dee140 Text Font Color

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

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


#dee140 Background Color

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

This div background color is #dee140


#dee140 Border Color

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

This div border color is #dee140


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee140


Comments

No comments written yet.

Please login to write comment.