Color Hex Logo

#6fbaaf Color Hex

#6FBAAF
(111,186,175)
0 Favorites   0 Comments

Color spaces of #6fbaaf

RGB 111186175
HSL0.480.350.58
HSV171°40°73°
CMYK 0.400.000.06   0.27
XYZ31.852341.592546.9068
Yxy41.59250.26470.3456
Hunter Lab64.4922-24.70142.0215
CIE-Lab70.5891-25.9292-1.7589

#6fbaaf color RGB value is (111,186,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 10111010 10101111
Octal 157 272 257
Decimal 111 186 175
Hex 6F BA AF

RGB Percentages of Color #6fbaaf

%23.52
%39.41
%37.08

CMYK Percentages of Color #6fbaaf

%40
%0
%6
%27

Triadic Colors of #6fbaaf

#6fbaaf #af6fba #baaf6f

Analogous Colors of #6fbaaf

#6fbaaf #6fa0ba #6fba8a

Monochromatic Colors of #6fbaaf

#6fbaaf

Complementary Color

#6fbaaf #ba6f7a

#6fbaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fbaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fbaaf Color CSS Codes

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

#6fbaaf Text Font Color

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

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


#6fbaaf Background Color

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

This div background color is #6fbaaf


#6fbaaf Border Color

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

This div border color is #6fbaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fbaaf


Comments

No comments written yet.

Please login to write comment.