#6ae0a8

#6ae0a8 color hex

#6ae0a8 hex color information.
RGB value of #6ae0a8 is (106,224,168)
Change page background color to #6ae0a8 | Reset

#6ae0a8 rgb color chart

Color spaces of #6ae0a8

RGB 106224168
HSL0.420.660.65
HSV152°53°88°
CMYK 0.530.000.25   0.12
XYZ39.667459.202646.3824
Yxy59.20260.27310.4076
Hunter Lab76.9432-42.626518.1195
CIE-Lab81.4028-46.186817.4505

Shades of #6ae0a8

Tints of #6ae0a8

RGB Percentages of Color #6ae0a8

%21.29
%44.98
%33.73

CMYK Percentages of Color #6ae0a8

%53
%0
%25
%12

#6ae0a8 Color Info

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

The process color (four color CMYK) of #6ae0a8 hex color is 0.53, 0.00, 0.25, 0.12. Web safe color of #6ae0a8 is #66cc99

Color #6ae0a8 contains mostly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 11100000 10101000
Octal 152 340 250
Decimal 106 224 168
Hexadecimal 6A E0 A8

Decimal base numbers are RGB value of the color.

Monochromatic Colors of #6ae0a8

Triadic Colors of #6ae0a8

#6ae0a8 #a769df #dfa769

Analogous Colors of #6ae0a8

#6ae0a8 #69dcdf #69df6c

Complementary Color of #6ae0a8

#6ae0a8 #df69a2

#6ae0a8 HSL Color Chart
#6ae0a8 hsl color chart
#6ae0a8 RGB Color Chart

#6ae0a8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ae0a8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ae0a8 Color CSS Codes

.mybgcolor {background-color:#6ae0a8; } 
.myforecolor {color:#6ae0a8; }
.mybordercolor {border:3px solid #6ae0a8; }
Sample text font color #6ae0a8

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

html code
<p style="color:#6ae0a8">Text here</p>
#6ae0a8 background color

This div background color is #6ae0a8

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

This div border color is #6ae0a8

<div style="border:3px solid #6ae0a8">
Div here</div>
HTML Button and Input Text Box Sample

HTML Table Border #6ae0a8 Color Sample
#6ae0a8border color

CSS3 Examples

.textShadowRgb {
    text-shadow: 4px 4px 2px rgba(106,224,168, 0.8); 
        } 
.textShadowHex { 
    text-shadow: 4px 4px 2px #6ae0a8; 
        }
.divShadow { 
    -moz-box-shadow: 1px 1px 3px 2px #6ae0a8;
  -webkit-box-shadow: 1px 1px 3px 2px #6ae0a8;
  box-shadow:         1px 1px 3px 2px #6ae0a8; 
      }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(106,224,168, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6ae0a8">Text here</p>

This text has shadow with hex values.



Div Box Shadow

This div box has shadow with color #6ae0a8

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

Share your comments, give name to this color:



Your comment has added and will published after it's approved.
Back to top