Color Hex Logo

#6ae949 Color Hex

#6AE949
(106,233,73)
0 Favorites   0 Comments

Color spaces of #6ae949

RGB 10623373
HSL0.300.780.60
HSV108°69°91°
CMYK 0.550.000.69   0.09
XYZ36.285461.823016.3239
Yxy61.82300.31710.5403
Hunter Lab78.6276-55.223442.7301
CIE-Lab82.8192-63.227964.1306

#6ae949 color RGB value is (106,233,73).

#6ae949 hex color red value is 106, green value is 233 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #6ae949 hue: 0.30 , saturation: 0.78 and the lightness value of 6ae949 is 0.60.

The process color (four color CMYK) of #6ae949 color hex is 0.55, 0.00, 0.69, 0.09. Web safe color of #6ae949 is #66ff33. Color #6ae949 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 11101001 01001001
Octal 152 351 111
Decimal 106 233 73
Hex 6A E9 49

RGB Percentages of Color #6ae949

%25.73
%56.55
%17.72

CMYK Percentages of Color #6ae949

%55
%0
%69
%9

Triadic Colors of #6ae949

#6ae949 #496ae9 #e9496a

Analogous Colors of #6ae949

#6ae949 #49e978 #bae949

Monochromatic Colors of #6ae949

#6ae949

Complementary Color

#6ae949 #c849e9

#6ae949 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ae949 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ae949 Color CSS Codes

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

#6ae949 Text Font Color

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

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


#6ae949 Background Color

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

This div background color is #6ae949


#6ae949 Border Color

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

This div border color is #6ae949


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ae949


Comments

No comments written yet.

Please login to write comment.