Color Hex Logo

#dee332 Color Hex

#DEE332
(222,227,50)
0 Favorites   0 Comments

Color spaces of #dee332

RGB 22222750
HSL0.170.760.54
HSV62°78°89°
CMYK 0.020.000.78   0.11
XYZ58.169070.698113.5979
Yxy70.69810.40830.4962
Hunter Lab84.0822-23.655449.2690
CIE-Lab87.3381-20.913178.1997

#dee332 color RGB value is (222,227,50).

#dee332 hex color red value is 222, green value is 227 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #dee332 hue: 0.17 , saturation: 0.76 and the lightness value of dee332 is 0.54.

The process color (four color CMYK) of #dee332 color hex is 0.02, 0.00, 0.78, 0.11. Web safe color of #dee332 is #cccc33. Color #dee332 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100011 00110010
Octal 336 343 62
Decimal 222 227 50
Hex DE E3 32

RGB Percentages of Color #dee332

%44.49
%45.49
%10.02

CMYK Percentages of Color #dee332

%2
%0
%78
%11

Triadic Colors of #dee332

#dee332 #32dee3 #e332de

Analogous Colors of #dee332

#dee332 #86e332 #e39032

Monochromatic Colors of #dee332

#dee332

Complementary Color

#dee332 #3732e3

#dee332 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee332 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee332 Color CSS Codes

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

#dee332 Text Font Color

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

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


#dee332 Background Color

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

This div background color is #dee332


#dee332 Border Color

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

This div border color is #dee332


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee332


Comments

No comments written yet.

Please login to write comment.