Color Hex Logo

#6af224 Color Hex

#6AF224
(106,242,36)
0 Favorites   0 Comments

Color spaces of #6af224

RGB 10624236
HSL0.280.890.55
HSV100°85°95°
CMYK 0.560.000.85   0.05
XYZ38.014466.695812.5391
Yxy66.69580.32420.5688
Hunter Lab81.6675-59.830348.0640
CIE-Lab85.3501-68.464977.4372

#6af224 color RGB value is (106,242,36).

#6af224 hex color red value is 106, green value is 242 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #6af224 hue: 0.28 , saturation: 0.89 and the lightness value of 6af224 is 0.55.

The process color (four color CMYK) of #6af224 color hex is 0.56, 0.00, 0.85, 0.05. Web safe color of #6af224 is #66ff33. Color #6af224 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 11110010 00100100
Octal 152 362 44
Decimal 106 242 36
Hex 6A F2 24

RGB Percentages of Color #6af224

%27.60
%63.02
%9.38

CMYK Percentages of Color #6af224

%56
%0
%85
%5

Triadic Colors of #6af224

#6af224 #246af2 #f2246a

Analogous Colors of #6af224

#6af224 #24f245 #d1f224

Monochromatic Colors of #6af224

#6af224

Complementary Color

#6af224 #ac24f2

#6af224 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6af224 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6af224 Color CSS Codes

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

#6af224 Text Font Color

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

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


#6af224 Background Color

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

This div background color is #6af224


#6af224 Border Color

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

This div border color is #6af224


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6af224


Comments

No comments written yet.

Please login to write comment.