Color Hex Logo

#6ae190 Color Hex

#6AE190
(106,225,144)
0 Favorites   0 Comments

Color spaces of #6ae190

RGB 106225144
HSL0.390.660.65
HSV139°53°88°
CMYK 0.530.000.36   0.12
XYZ37.903158.928235.7621
Yxy58.92820.28590.4444
Hunter Lab76.7647-46.202626.1141
CIE-Lab81.2521-51.161129.6850

#6ae190 color RGB value is (106,225,144).

#6ae190 hex color red value is 106, green value is 225 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #6ae190 hue: 0.39 , saturation: 0.66 and the lightness value of 6ae190 is 0.65.

The process color (four color CMYK) of #6ae190 color hex is 0.53, 0.00, 0.36, 0.12. Web safe color of #6ae190 is #66cc99. Color #6ae190 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 11100001 10010000
Octal 152 341 220
Decimal 106 225 144
Hex 6A E1 90

RGB Percentages of Color #6ae190

%22.32
%47.37
%30.32

CMYK Percentages of Color #6ae190

%53
%0
%36
%12

Triadic Colors of #6ae190

#6ae190 #906ae1 #e1906a

Analogous Colors of #6ae190

#6ae190 #6ae1cc #80e16a

Monochromatic Colors of #6ae190

#6ae190

Complementary Color

#6ae190 #e16abb

#6ae190 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ae190 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ae190 Color CSS Codes

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

#6ae190 Text Font Color

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

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


#6ae190 Background Color

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

This div background color is #6ae190


#6ae190 Border Color

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

This div border color is #6ae190


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ae190


Comments

No comments written yet.

Please login to write comment.