Color Hex Logo

#dee018 Color Hex

#DEE018
(222,224,24)
0 Favorites   0 Comments

Color spaces of #dee018

RGB 22222424
HSL0.170.810.49
HSV61°89°88°
CMYK 0.010.000.89   0.12
XYZ56.944768.906911.1632
Yxy68.90690.41560.5029
Hunter Lab83.0102-22.817450.1338
CIE-Lab86.4579-20.118683.0451

#dee018 color RGB value is (222,224,24).

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

The process color (four color CMYK) of #dee018 color hex is 0.01, 0.00, 0.89, 0.12. Web safe color of #dee018 is #cccc00. Color #dee018 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100000 00011000
Octal 336 340 30
Decimal 222 224 24
Hex DE E0 18

RGB Percentages of Color #dee018

%47.23
%47.66
%5.11

CMYK Percentages of Color #dee018

%1
%0
%89
%12

Triadic Colors of #dee018

#dee018 #18dee0 #e018de

Analogous Colors of #dee018

#dee018 #7ae018 #e07e18

Monochromatic Colors of #dee018

#dee018

Complementary Color

#dee018 #1a18e0

#dee018 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee018 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee018 Color CSS Codes

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

#dee018 Text Font Color

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

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


#dee018 Background Color

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

This div background color is #dee018


#dee018 Border Color

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

This div border color is #dee018


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,224,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 #dee018">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee018


Comments

No comments written yet.

Please login to write comment.