Color Hex Logo

#6fae8a Color Hex

#6FAE8A
(111,174,138)
0 Favorites   0 Comments

Color spaces of #6fae8a

RGB 111174138
HSL0.400.280.56
HSV146°36°68°
CMYK 0.360.000.21   0.32
XYZ26.279035.486629.5093
Yxy35.48660.28790.3888
Hunter Lab59.5706-25.505112.3292
CIE-Lab66.1258-28.258612.1677

#6fae8a color RGB value is (111,174,138).

#6fae8a hex color red value is 111, green value is 174 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #6fae8a hue: 0.40 , saturation: 0.28 and the lightness value of 6fae8a is 0.56.

The process color (four color CMYK) of #6fae8a color hex is 0.36, 0.00, 0.21, 0.32. Web safe color of #6fae8a is #669999. Color #6fae8a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 10101110 10001010
Octal 157 256 212
Decimal 111 174 138
Hex 6F AE 8A

RGB Percentages of Color #6fae8a

%26.24
%41.13
%32.62

CMYK Percentages of Color #6fae8a

%36
%0
%21
%32

Triadic Colors of #6fae8a

#6fae8a #8a6fae #ae8a6f

Analogous Colors of #6fae8a

#6fae8a #6faeaa #74ae6f

Monochromatic Colors of #6fae8a

#6fae8a

Complementary Color

#6fae8a #ae6f93

#6fae8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fae8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fae8a Color CSS Codes

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

#6fae8a Text Font Color

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

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


#6fae8a Background Color

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

This div background color is #6fae8a


#6fae8a Border Color

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

This div border color is #6fae8a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(111,174,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6fae8a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6fae8a;
  -webkit-box-shadow: 1px 1px 3px 2px #6fae8a;
  box-shadow:         1px 1px 3px 2px #6fae8a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(111,174,138, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fae8a


Comments

No comments written yet.

Please login to write comment.