Color Hex Logo

#dee14a Color Hex

#DEE14A
(222,225,74)
0 Favorites   0 Comments

Color spaces of #dee14a

RGB 22222574
HSL0.170.720.59
HSV61°67°88°
CMYK 0.010.000.67   0.12
XYZ58.285469.874416.8937
Yxy69.87440.40180.4817
Hunter Lab83.5909-21.821546.5311
CIE-Lab86.9352-18.893570.0051

#dee14a color RGB value is (222,225,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100001 01001010
Octal 336 341 112
Decimal 222 225 74
Hex DE E1 4A

RGB Percentages of Color #dee14a

%42.61
%43.19
%14.20

CMYK Percentages of Color #dee14a

%1
%0
%67
%12

Triadic Colors of #dee14a

#dee14a #4adee1 #e14ade

Analogous Colors of #dee14a

#dee14a #93e14a #e1994a

Monochromatic Colors of #dee14a

#dee14a

Complementary Color

#dee14a #4d4ae1

#dee14a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee14a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee14a Color CSS Codes

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

#dee14a Text Font Color

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

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


#dee14a Background Color

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

This div background color is #dee14a


#dee14a Border Color

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

This div border color is #dee14a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee14a


Comments

No comments written yet.

Please login to write comment.