Color Hex Logo

#dee150 Color Hex

#DEE150
(222,225,80)
0 Favorites   0 Comments

Color spaces of #dee150

RGB 22222580
HSL0.170.710.60
HSV61°64°88°
CMYK 0.010.000.64   0.12
XYZ58.497469.959218.0098
Yxy69.95920.39940.4776
Hunter Lab83.6416-21.533245.7827
CIE-Lab86.9768-18.558567.7605

#dee150 color RGB value is (222,225,80).

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

The process color (four color CMYK) of #dee150 color hex is 0.01, 0.00, 0.64, 0.12. Web safe color of #dee150 is #cccc66. Color #dee150 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100001 01010000
Octal 336 341 120
Decimal 222 225 80
Hex DE E1 50

RGB Percentages of Color #dee150

%42.13
%42.69
%15.18

CMYK Percentages of Color #dee150

%1
%0
%64
%12

Triadic Colors of #dee150

#dee150 #50dee1 #e150de

Analogous Colors of #dee150

#dee150 #96e150 #e19c50

Monochromatic Colors of #dee150

#dee150

Complementary Color

#dee150 #5350e1

#dee150 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee150 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee150 Color CSS Codes

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

#dee150 Text Font Color

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

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


#dee150 Background Color

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

This div background color is #dee150


#dee150 Border Color

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

This div border color is #dee150


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee150


Comments

No comments written yet.

Please login to write comment.