Color Hex Logo

#dee514 Color Hex

#DEE514
(222,229,20)
0 Favorites   0 Comments

Color spaces of #dee514

RGB 22222920
HSL0.170.840.49
HSV62°91°90°
CMYK 0.030.000.91   0.10
XYZ58.269871.618711.4145
Yxy71.61870.41240.5068
Hunter Lab84.6278-25.194051.2425
CIE-Lab87.7847-22.593184.6354

#dee514 color RGB value is (222,229,20).

#dee514 hex color red value is 222, green value is 229 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #dee514 hue: 0.17 , saturation: 0.84 and the lightness value of dee514 is 0.49.

The process color (four color CMYK) of #dee514 color hex is 0.03, 0.00, 0.91, 0.10. Web safe color of #dee514 is #cccc00. Color #dee514 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100101 00010100
Octal 336 345 24
Decimal 222 229 20
Hex DE E5 14

RGB Percentages of Color #dee514

%47.13
%48.62
%4.25

CMYK Percentages of Color #dee514

%3
%0
%91
%10

Triadic Colors of #dee514

#dee514 #14dee5 #e514de

Analogous Colors of #dee514

#dee514 #76e514 #e58414

Monochromatic Colors of #dee514

#dee514

Complementary Color

#dee514 #1b14e5

#dee514 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee514 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee514 Color CSS Codes

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

#dee514 Text Font Color

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

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


#dee514 Background Color

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

This div background color is #dee514


#dee514 Border Color

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

This div border color is #dee514


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee514


Comments

No comments written yet.

Please login to write comment.