Color Hex Logo

#6fab8f Color Hex

#6FAB8F
(111,171,143)
0 Favorites   0 Comments

Color spaces of #6fab8f

RGB 111171143
HSL0.420.260.55
HSV152°35°67°
CMYK 0.350.000.16   0.33
XYZ26.076434.488531.2692
Yxy34.48850.28400.3756
Hunter Lab58.7269-23.51319.5398
CIE-Lab65.3485-25.74748.3041

#6fab8f color RGB value is (111,171,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 10101011 10001111
Octal 157 253 217
Decimal 111 171 143
Hex 6F AB 8F

RGB Percentages of Color #6fab8f

%26.12
%40.24
%33.65

CMYK Percentages of Color #6fab8f

%35
%0
%16
%33

Triadic Colors of #6fab8f

#6fab8f #8f6fab #ab8f6f

Analogous Colors of #6fab8f

#6fab8f #6fa9ab #6fab71

Monochromatic Colors of #6fab8f

#6fab8f

Complementary Color

#6fab8f #ab6f8b

#6fab8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fab8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fab8f Color CSS Codes

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

#6fab8f Text Font Color

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

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


#6fab8f Background Color

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

This div background color is #6fab8f


#6fab8f Border Color

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

This div border color is #6fab8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fab8f


Comments

No comments written yet.

Please login to write comment.