Color Hex Logo

#dee950 Color Hex

#DEE950
(222,233,80)
0 Favorites   0 Comments

Color spaces of #dee950

RGB 22223380
HSL0.180.780.61
HSV64°66°91°
CMYK 0.050.000.66   0.09
XYZ60.711174.386618.7477
Yxy74.38660.39460.4835
Hunter Lab86.2477-25.284447.4855
CIE-Lab89.1049-22.432569.9501

#dee950 color RGB value is (222,233,80).

#dee950 hex color red value is 222, green value is 233 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #dee950 hue: 0.18 , saturation: 0.78 and the lightness value of dee950 is 0.61.

The process color (four color CMYK) of #dee950 color hex is 0.05, 0.00, 0.66, 0.09. Web safe color of #dee950 is #ccff66. Color #dee950 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101001 01010000
Octal 336 351 120
Decimal 222 233 80
Hex DE E9 50

RGB Percentages of Color #dee950

%41.50
%43.55
%14.95

CMYK Percentages of Color #dee950

%5
%0
%66
%9

Triadic Colors of #dee950

#dee950 #50dee9 #e950de

Analogous Colors of #dee950

#dee950 #92e950 #e9a850

Monochromatic Colors of #dee950

#dee950

Complementary Color

#dee950 #5b50e9

#dee950 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee950 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee950 Color CSS Codes

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

#dee950 Text Font Color

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

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


#dee950 Background Color

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

This div background color is #dee950


#dee950 Border Color

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

This div border color is #dee950


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,233,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 #dee950">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee950


Comments

No comments written yet.

Please login to write comment.