Color Hex Logo

#6fab95 Color Hex

#6FAB95
(111,171,149)
0 Favorites   0 Comments

Color spaces of #6fab95

RGB 111171149
HSL0.440.260.55
HSV158°35°67°
CMYK 0.350.000.13   0.33
XYZ26.543334.675333.7278
Yxy34.67530.27960.3652
Hunter Lab58.8857-22.58957.2607
CIE-Lab65.4951-24.45175.1854

#6fab95 color RGB value is (111,171,149).

#6fab95 hex color red value is 111, green value is 171 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #6fab95 hue: 0.44 , saturation: 0.26 and the lightness value of 6fab95 is 0.55.

The process color (four color CMYK) of #6fab95 color hex is 0.35, 0.00, 0.13, 0.33. Web safe color of #6fab95 is #669999. Color #6fab95 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 10101011 10010101
Octal 157 253 225
Decimal 111 171 149
Hex 6F AB 95

RGB Percentages of Color #6fab95

%25.75
%39.68
%34.57

CMYK Percentages of Color #6fab95

%35
%0
%13
%33

Triadic Colors of #6fab95

#6fab95 #956fab #ab956f

Analogous Colors of #6fab95

#6fab95 #6fa3ab #6fab77

Monochromatic Colors of #6fab95

#6fab95

Complementary Color

#6fab95 #ab6f85

#6fab95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fab95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fab95 Color CSS Codes

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

#6fab95 Text Font Color

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

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


#6fab95 Background Color

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

This div background color is #6fab95


#6fab95 Border Color

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

This div border color is #6fab95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fab95


Comments

No comments written yet.

Please login to write comment.