Color Hex Logo

#6fbaab Color Hex

#6FBAAB
(111,186,171)
0 Favorites   0 Comments

Color spaces of #6fbaab

RGB 111186171
HSL0.470.350.58
HSV168°40°73°
CMYK 0.400.000.08   0.27
XYZ31.465141.437644.8679
Yxy41.43760.26720.3519
Hunter Lab64.3720-25.40023.7348
CIE-Lab70.4814-26.87830.2766

#6fbaab color RGB value is (111,186,171).

#6fbaab hex color red value is 111, green value is 186 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #6fbaab hue: 0.47 , saturation: 0.35 and the lightness value of 6fbaab is 0.58.

The process color (four color CMYK) of #6fbaab color hex is 0.40, 0.00, 0.08, 0.27. Web safe color of #6fbaab is #66cc99. Color #6fbaab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 10111010 10101011
Octal 157 272 253
Decimal 111 186 171
Hex 6F BA AB

RGB Percentages of Color #6fbaab

%23.72
%39.74
%36.54

CMYK Percentages of Color #6fbaab

%40
%0
%8
%27

Triadic Colors of #6fbaab

#6fbaab #ab6fba #baab6f

Analogous Colors of #6fbaab

#6fbaab #6fa4ba #6fba86

Monochromatic Colors of #6fbaab

#6fbaab

Complementary Color

#6fbaab #ba6f7e

#6fbaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fbaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fbaab Color CSS Codes

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

#6fbaab Text Font Color

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

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


#6fbaab Background Color

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

This div background color is #6fbaab


#6fbaab Border Color

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

This div border color is #6fbaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fbaab


Comments

No comments written yet.

Please login to write comment.