Color Hex Logo

#def018 Color Hex

#DEF018
(222,240,24)
0 Favorites   0 Comments

Color spaces of #def018

RGB 22224024
HSL0.180.880.52
HSV65°90°94°
CMYK 0.080.000.90   0.06
XYZ61.449277.915712.6647
Yxy77.91570.40420.5125
Hunter Lab88.2699-30.209253.2822
CIE-Lab90.7414-27.748586.4088

#def018 color RGB value is (222,240,24).

#def018 hex color red value is 222, green value is 240 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #def018 hue: 0.18 , saturation: 0.88 and the lightness value of def018 is 0.52.

The process color (four color CMYK) of #def018 color hex is 0.08, 0.00, 0.90, 0.06. Web safe color of #def018 is #ccff00. Color #def018 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11110000 00011000
Octal 336 360 30
Decimal 222 240 24
Hex DE F0 18

RGB Percentages of Color #def018

%45.68
%49.38
%4.94

CMYK Percentages of Color #def018

%8
%0
%90
%6

Triadic Colors of #def018

#def018 #18def0 #f018de

Analogous Colors of #def018

#def018 #72f018 #f09618

Monochromatic Colors of #def018

#def018

Complementary Color

#def018 #2a18f0

#def018 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#def018 Color Preview on White Background

Lorem ipsum dolor sit amet.

#def018 Color CSS Codes

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

#def018 Text Font Color

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

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


#def018 Background Color

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

This div background color is #def018


#def018 Border Color

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

This div border color is #def018


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #def018


Comments

No comments written yet.

Please login to write comment.