Color Hex Logo

#def106 Color Hex

#DEF106
(222,241,6)
0 Favorites   0 Comments

Color spaces of #def106

RGB 2222416
HSL0.180.950.48
HSV65°98°95°
CMYK 0.080.000.98   0.05
XYZ61.612478.453312.0680
Yxy78.45330.40500.5157
Hunter Lab88.5739-30.838853.9236
CIE-Lab90.9864-28.421888.3891

#def106 color RGB value is (222,241,6).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11110001 00000110
Octal 336 361 6
Decimal 222 241 6
Hex DE F1 6

RGB Percentages of Color #def106

%47.33
%51.39
%1.28

CMYK Percentages of Color #def106

%8
%0
%98
%5

Triadic Colors of #def106

#def106 #06def1 #f106de

Analogous Colors of #def106

#def106 #69f106 #f18f06

Monochromatic Colors of #def106

#def106

Complementary Color

#def106 #1906f1

#def106 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#def106 Color Preview on White Background

Lorem ipsum dolor sit amet.

#def106 Color CSS Codes

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

#def106 Text Font Color

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

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


#def106 Background Color

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

This div background color is #def106


#def106 Border Color

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

This div border color is #def106


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #def106


Comments

No comments written yet.

Please login to write comment.