Color Hex Logo

#6af045 Color Hex

#6AF045
(106,240,69)
0 Favorites   0 Comments

Color spaces of #6af045

RGB 10624069
HSL0.300.850.61
HSV107°71°94°
CMYK 0.560.000.71   0.06
XYZ38.178165.814016.3214
Yxy65.81400.31730.5470
Hunter Lab81.1258-57.967544.8597
CIE-Lab84.9015-66.003167.7261

#6af045 color RGB value is (106,240,69).

#6af045 hex color red value is 106, green value is 240 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #6af045 hue: 0.30 , saturation: 0.85 and the lightness value of 6af045 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11110000 01000101
Octal 152 360 105
Decimal 106 240 69
Hex 6A F0 45

RGB Percentages of Color #6af045

%25.54
%57.83
%16.63

CMYK Percentages of Color #6af045

%56
%0
%71
%6

Triadic Colors of #6af045

#6af045 #456af0 #f0456a

Analogous Colors of #6af045

#6af045 #45f076 #c0f045

Monochromatic Colors of #6af045

#6af045

Complementary Color

#6af045 #cb45f0

#6af045 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6af045 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6af045 Color CSS Codes

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

#6af045 Text Font Color

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

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


#6af045 Background Color

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

This div background color is #6af045


#6af045 Border Color

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

This div border color is #6af045


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6af045


Comments

No comments written yet.

Please login to write comment.