Color Hex Logo

#dee902 Color Hex

#DEE902
(222,233,2)
0 Favorites   0 Comments

Color spaces of #dee902

RGB 2222332
HSL0.170.980.46
HSV63°99°91°
CMYK 0.050.000.99   0.09
XYZ59.274173.811811.1805
Yxy73.81180.41090.5116
Hunter Lab85.9138-27.197552.4239
CIE-Lab88.8335-24.687187.0925

#dee902 color RGB value is (222,233,2).

#dee902 hex color red value is 222, green value is 233 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #dee902 hue: 0.17 , saturation: 0.98 and the lightness value of dee902 is 0.46.

The process color (four color CMYK) of #dee902 color hex is 0.05, 0.00, 0.99, 0.09. Web safe color of #dee902 is #ccff00. Color #dee902 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101001 00000010
Octal 336 351 2
Decimal 222 233 2
Hex DE E9 2

RGB Percentages of Color #dee902

%48.58
%50.98
%0.44

CMYK Percentages of Color #dee902

%5
%0
%99
%9

Triadic Colors of #dee902

#dee902 #02dee9 #e902de

Analogous Colors of #dee902

#dee902 #6be902 #e98102

Monochromatic Colors of #dee902

#dee902

Complementary Color

#dee902 #0d02e9

#dee902 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee902 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee902 Color CSS Codes

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

#dee902 Text Font Color

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

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


#dee902 Background Color

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

This div background color is #dee902


#dee902 Border Color

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

This div border color is #dee902


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee902


Comments

No comments written yet.

Please login to write comment.