Color Hex Logo

#deff06 Color Hex

#DEFF06
(222,255,6)
0 Favorites   0 Comments

Color spaces of #deff06

RGB 2222556
HSL0.191.000.51
HSV68°98°100°
CMYK 0.130.000.98   0.00
XYZ65.917187.062713.5029
Yxy87.06270.39590.5230
Hunter Lab93.3074-37.186456.7351
CIE-Lab94.7649-34.856791.2378

#deff06 color RGB value is (222,255,6).

#deff06 hex color red value is 222, green value is 255 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #deff06 hue: 0.19 , saturation: 1.00 and the lightness value of deff06 is 0.51.

The process color (four color CMYK) of #deff06 color hex is 0.13, 0.00, 0.98, 0.00. Web safe color of #deff06 is #ccff00. Color #deff06 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111111 00000110
Octal 336 377 6
Decimal 222 255 6
Hex DE FF 6

RGB Percentages of Color #deff06

%45.96
%52.80
%1.24

CMYK Percentages of Color #deff06

%13
%0
%98
%0

Triadic Colors of #deff06

#deff06 #06deff #ff06de

Analogous Colors of #deff06

#deff06 #62ff06 #ffa406

Monochromatic Colors of #deff06

#deff06

Complementary Color

#deff06 #2706ff

#deff06 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deff06 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deff06 Color CSS Codes

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

#deff06 Text Font Color

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

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


#deff06 Background Color

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

This div background color is #deff06


#deff06 Border Color

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

This div border color is #deff06


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deff06


Comments

No comments written yet.

Please login to write comment.