Color Hex Logo

#6ac08e Color Hex

#6AC08E
(106,192,142)
0 Favorites   0 Comments

Color spaces of #6ac08e

RGB 106192142
HSL0.400.410.58
HSV145°45°75°
CMYK 0.450.000.26   0.25
XYZ29.676042.716432.2722
Yxy42.71640.28350.4081
Hunter Lab65.3578-33.327416.4744
CIE-Lab71.3621-37.358217.2763

#6ac08e color RGB value is (106,192,142).

#6ac08e hex color red value is 106, green value is 192 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #6ac08e hue: 0.40 , saturation: 0.41 and the lightness value of 6ac08e is 0.58.

The process color (four color CMYK) of #6ac08e color hex is 0.45, 0.00, 0.26, 0.25. Web safe color of #6ac08e is #66cc99. Color #6ac08e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 11000000 10001110
Octal 152 300 216
Decimal 106 192 142
Hex 6A C0 8E

RGB Percentages of Color #6ac08e

%24.09
%43.64
%32.27

CMYK Percentages of Color #6ac08e

%45
%0
%26
%25

Triadic Colors of #6ac08e

#6ac08e #8e6ac0 #c08e6a

Analogous Colors of #6ac08e

#6ac08e #6ac0b9 #71c06a

Monochromatic Colors of #6ac08e

#6ac08e

Complementary Color

#6ac08e #c06a9c

#6ac08e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ac08e Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ac08e Color CSS Codes

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

#6ac08e Text Font Color

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

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


#6ac08e Background Color

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

This div background color is #6ac08e


#6ac08e Border Color

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

This div border color is #6ac08e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ac08e


Comments

No comments written yet.

Please login to write comment.