Color Hex Logo

#6add04 Color Hex

#6ADD04
(106,221,4)
0 Favorites   0 Comments

Color spaces of #6add04

RGB 1062214
HSL0.250.960.44
HSV92°98°87°
CMYK 0.520.000.98   0.13
XYZ31.822254.78589.0124
Yxy54.78580.33280.5730
Hunter Lab74.0174-52.788344.5930
CIE-Lab78.9177-61.938176.4900

#6add04 color RGB value is (106,221,4).

#6add04 hex color red value is 106, green value is 221 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #6add04 hue: 0.25 , saturation: 0.96 and the lightness value of 6add04 is 0.44.

The process color (four color CMYK) of #6add04 color hex is 0.52, 0.00, 0.98, 0.13. Web safe color of #6add04 is #66cc00. Color #6add04 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 11011101 00000100
Octal 152 335 4
Decimal 106 221 4
Hex 6A DD 4

RGB Percentages of Color #6add04

%32.02
%66.77
%1.21

CMYK Percentages of Color #6add04

%52
%0
%98
%13

Triadic Colors of #6add04

#6add04 #046add #dd046a

Analogous Colors of #6add04

#6add04 #04dd0a #d7dd04

Monochromatic Colors of #6add04

#6add04

Complementary Color

#6add04 #7704dd

#6add04 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6add04 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6add04 Color CSS Codes

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

#6add04 Text Font Color

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

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


#6add04 Background Color

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

This div background color is #6add04


#6add04 Border Color

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

This div border color is #6add04


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6add04


Comments

No comments written yet.

Please login to write comment.