Color Hex Logo

#6aae8d Color Hex

#6AAE8D
(106,174,141)
0 Favorites   0 Comments

Color spaces of #6aae8d

RGB 106174141
HSL0.420.300.55
HSV151°39°68°
CMYK 0.390.000.19   0.32
XYZ25.887635.259430.6406
Yxy35.25940.28200.3841
Hunter Lab59.3796-26.094110.9714
CIE-Lab65.9501-29.126810.2316

#6aae8d color RGB value is (106,174,141).

#6aae8d hex color red value is 106, green value is 174 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #6aae8d hue: 0.42 , saturation: 0.30 and the lightness value of 6aae8d is 0.55.

The process color (four color CMYK) of #6aae8d color hex is 0.39, 0.00, 0.19, 0.32. Web safe color of #6aae8d is #669999. Color #6aae8d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 10101110 10001101
Octal 152 256 215
Decimal 106 174 141
Hex 6A AE 8D

RGB Percentages of Color #6aae8d

%25.18
%41.33
%33.49

CMYK Percentages of Color #6aae8d

%39
%0
%19
%32

Triadic Colors of #6aae8d

#6aae8d #8d6aae #ae8d6a

Analogous Colors of #6aae8d

#6aae8d #6aadae #6aae6b

Monochromatic Colors of #6aae8d

#6aae8d

Complementary Color

#6aae8d #ae6a8b

#6aae8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aae8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aae8d Color CSS Codes

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

#6aae8d Text Font Color

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

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


#6aae8d Background Color

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

This div background color is #6aae8d


#6aae8d Border Color

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

This div border color is #6aae8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aae8d


Comments

No comments written yet.

Please login to write comment.