Color Hex Logo

#def600 Color Hex

#DEF600
(222,246,0)
0 Favorites   0 Comments

Color spaces of #def600

RGB 2222460
HSL0.181.000.48
HSV66°100°96°
CMYK 0.100.001.00   0.04
XYZ63.080081.441112.3950
Yxy81.44110.40200.5190
Hunter Lab90.2447-33.158955.0279
CIE-Lab92.3276-30.794289.8416

#def600 color RGB value is (222,246,0).

#def600 hex color red value is 222, green value is 246 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #def600 hue: 0.18 , saturation: 1.00 and the lightness value of def600 is 0.48.

The process color (four color CMYK) of #def600 color hex is 0.10, 0.00, 1.00, 0.04. Web safe color of #def600 is #ccff00. Color #def600 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11110110 00000000
Octal 336 366 0
Decimal 222 246 0
Hex DE F6 0

RGB Percentages of Color #def600

%47.44
%52.56
%0.00

CMYK Percentages of Color #def600

%10
%0
%100
%4

Triadic Colors of #def600

#def600 #00def6 #f600de

Analogous Colors of #def600

#def600 #63f600 #f69300

Monochromatic Colors of #def600

#def600

Complementary Color

#def600 #1800f6

#def600 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#def600 Color Preview on White Background

Lorem ipsum dolor sit amet.

#def600 Color CSS Codes

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

#def600 Text Font Color

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

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


#def600 Background Color

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

This div background color is #def600


#def600 Border Color

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

This div border color is #def600


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #def600


Comments

No comments written yet.

Please login to write comment.