Color Hex Logo

#dee122 Color Hex

#DEE122
(222,225,34)
0 Favorites   0 Comments

Color spaces of #dee122

RGB 22222534
HSL0.170.760.51
HSV61°85°88°
CMYK 0.010.000.85   0.12
XYZ57.338169.495511.9053
Yxy69.49550.41330.5009
Hunter Lab83.3640-23.113849.8875
CIE-Lab86.7488-20.404081.5167

#dee122 color RGB value is (222,225,34).

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

The process color (four color CMYK) of #dee122 color hex is 0.01, 0.00, 0.85, 0.12. Web safe color of #dee122 is #cccc33. Color #dee122 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100001 00100010
Octal 336 341 42
Decimal 222 225 34
Hex DE E1 22

RGB Percentages of Color #dee122

%46.15
%46.78
%7.07

CMYK Percentages of Color #dee122

%1
%0
%85
%12

Triadic Colors of #dee122

#dee122 #22dee1 #e122de

Analogous Colors of #dee122

#dee122 #7fe122 #e18522

Monochromatic Colors of #dee122

#dee122

Complementary Color

#dee122 #2522e1

#dee122 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee122 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee122 Color CSS Codes

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

#dee122 Text Font Color

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

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


#dee122 Background Color

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

This div background color is #dee122


#dee122 Border Color

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

This div border color is #dee122


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee122


Comments

No comments written yet.

Please login to write comment.