Color Hex Logo

#6aab98 Color Hex

#6AAB98
(106,171,152)
0 Favorites   0 Comments

Color spaces of #6aab98

RGB 106171152
HSL0.450.280.54
HSV162°38°67°
CMYK 0.380.000.11   0.33
XYZ26.174334.457034.9771
Yxy34.45700.27380.3604
Hunter Lab58.7001-23.13225.7615
CIE-Lab65.3237-25.23463.2394

#6aab98 color RGB value is (106,171,152).

#6aab98 hex color red value is 106, green value is 171 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #6aab98 hue: 0.45 , saturation: 0.28 and the lightness value of 6aab98 is 0.54.

The process color (four color CMYK) of #6aab98 color hex is 0.38, 0.00, 0.11, 0.33. Web safe color of #6aab98 is #669999. Color #6aab98 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 10101011 10011000
Octal 152 253 230
Decimal 106 171 152
Hex 6A AB 98

RGB Percentages of Color #6aab98

%24.71
%39.86
%35.43

CMYK Percentages of Color #6aab98

%38
%0
%11
%33

Triadic Colors of #6aab98

#6aab98 #986aab #ab986a

Analogous Colors of #6aab98

#6aab98 #6a9eab #6aab78

Monochromatic Colors of #6aab98

#6aab98

Complementary Color

#6aab98 #ab6a7d

#6aab98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aab98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aab98 Color CSS Codes

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

#6aab98 Text Font Color

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

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


#6aab98 Background Color

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

This div background color is #6aab98


#6aab98 Border Color

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

This div border color is #6aab98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aab98


Comments

No comments written yet.

Please login to write comment.