Color Hex Logo

#dee14f Color Hex

#DEE14F
(222,225,79)
0 Favorites   0 Comments

Color spaces of #dee14f

RGB 22222579
HSL0.170.710.60
HSV61°65°88°
CMYK 0.010.000.65   0.12
XYZ58.460769.944517.8166
Yxy69.94450.39980.4783
Hunter Lab83.6328-21.583145.9122
CIE-Lab86.9696-18.616468.1420

#dee14f color RGB value is (222,225,79).

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

The process color (four color CMYK) of #dee14f color hex is 0.01, 0.00, 0.65, 0.12. Web safe color of #dee14f is #cccc66. Color #dee14f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100001 01001111
Octal 336 341 117
Decimal 222 225 79
Hex DE E1 4F

RGB Percentages of Color #dee14f

%42.21
%42.78
%15.02

CMYK Percentages of Color #dee14f

%1
%0
%65
%12

Triadic Colors of #dee14f

#dee14f #4fdee1 #e14fde

Analogous Colors of #dee14f

#dee14f #95e14f #e19b4f

Monochromatic Colors of #dee14f

#dee14f

Complementary Color

#dee14f #524fe1

#dee14f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee14f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee14f Color CSS Codes

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

#dee14f Text Font Color

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

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


#dee14f Background Color

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

This div background color is #dee14f


#dee14f Border Color

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

This div border color is #dee14f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee14f


Comments

No comments written yet.

Please login to write comment.