Color Hex Logo

#dee518 Color Hex

#DEE518
(222,229,24)
0 Favorites   0 Comments

Color spaces of #dee518

RGB 22222924
HSL0.170.810.50
HSV62°90°90°
CMYK 0.030.000.90   0.10
XYZ58.308471.634211.6178
Yxy71.63420.41190.5060
Hunter Lab84.6370-25.141951.1074
CIE-Lab87.7922-22.531684.0918

#dee518 color RGB value is (222,229,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100101 00011000
Octal 336 345 30
Decimal 222 229 24
Hex DE E5 18

RGB Percentages of Color #dee518

%46.74
%48.21
%5.05

CMYK Percentages of Color #dee518

%3
%0
%90
%10

Triadic Colors of #dee518

#dee518 #18dee5 #e518de

Analogous Colors of #dee518

#dee518 #78e518 #e58618

Monochromatic Colors of #dee518

#dee518

Complementary Color

#dee518 #1f18e5

#dee518 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee518 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee518 Color CSS Codes

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

#dee518 Text Font Color

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

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


#dee518 Background Color

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

This div background color is #dee518


#dee518 Border Color

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

This div border color is #dee518


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee518


Comments

No comments written yet.

Please login to write comment.