Color Hex Logo

#def646 Color Hex

#DEF646
(222,246,70)
0 Favorites   0 Comments

Color spaces of #def646

RGB 22224670
HSL0.190.910.62
HSV68°72°96°
CMYK 0.100.000.72   0.04
XYZ64.185581.883318.2165
Yxy81.88330.39070.4984
Hunter Lab90.4894-31.743751.4069
CIE-Lab92.5233-29.104776.9050

#def646 color RGB value is (222,246,70).

#def646 hex color red value is 222, green value is 246 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #def646 hue: 0.19 , saturation: 0.91 and the lightness value of def646 is 0.62.

The process color (four color CMYK) of #def646 color hex is 0.10, 0.00, 0.72, 0.04. Web safe color of #def646 is #ccff33. Color #def646 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11110110 01000110
Octal 336 366 106
Decimal 222 246 70
Hex DE F6 46

RGB Percentages of Color #def646

%41.26
%45.72
%13.01

CMYK Percentages of Color #def646

%10
%0
%72
%4

Triadic Colors of #def646

#def646 #46def6 #f646de

Analogous Colors of #def646

#def646 #86f646 #f6b646

Monochromatic Colors of #def646

#def646

Complementary Color

#def646 #5e46f6

#def646 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#def646 Color Preview on White Background

Lorem ipsum dolor sit amet.

#def646 Color CSS Codes

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

#def646 Text Font Color

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

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


#def646 Background Color

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

This div background color is #def646


#def646 Border Color

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

This div border color is #def646


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #def646


Comments

No comments written yet.

Please login to write comment.