Color Hex Logo

#dee90a Color Hex

#DEE90A
(222,233,10)
0 Favorites   0 Comments

Color spaces of #dee90a

RGB 22223310
HSL0.170.920.48
HSV63°96°91°
CMYK 0.050.000.96   0.09
XYZ59.317973.829311.4113
Yxy73.82930.41030.5107
Hunter Lab85.9240-27.138952.2727
CIE-Lab88.8417-24.617686.4667

#dee90a color RGB value is (222,233,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101001 00001010
Octal 336 351 12
Decimal 222 233 10
Hex DE E9 A

RGB Percentages of Color #dee90a

%47.74
%50.11
%2.15

CMYK Percentages of Color #dee90a

%5
%0
%96
%9

Triadic Colors of #dee90a

#dee90a #0adee9 #e90ade

Analogous Colors of #dee90a

#dee90a #6fe90a #e9850a

Monochromatic Colors of #dee90a

#dee90a

Complementary Color

#dee90a #150ae9

#dee90a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee90a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee90a Color CSS Codes

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

#dee90a Text Font Color

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

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


#dee90a Background Color

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

This div background color is #dee90a


#dee90a Border Color

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

This div border color is #dee90a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee90a


Comments

No comments written yet.

Please login to write comment.