Color Hex Logo

#6bbaaf Color Hex

#6BBAAF
(107,186,175)
0 Favorites   0 Comments

Color spaces of #6bbaaf

RGB 107186175
HSL0.480.360.57
HSV172°42°73°
CMYK 0.420.000.06   0.27
XYZ31.360241.338846.8838
Yxy41.33880.26220.3457
Hunter Lab64.2953-25.45281.7727
CIE-Lab70.4126-26.9666-2.0384

#6bbaaf color RGB value is (107,186,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 10111010 10101111
Octal 153 272 257
Decimal 107 186 175
Hex 6B BA AF

RGB Percentages of Color #6bbaaf

%22.86
%39.74
%37.39

CMYK Percentages of Color #6bbaaf

%42
%0
%6
%27

Triadic Colors of #6bbaaf

#6bbaaf #af6bba #baaf6b

Analogous Colors of #6bbaaf

#6bbaaf #6b9eba #6bba88

Monochromatic Colors of #6bbaaf

#6bbaaf

Complementary Color

#6bbaaf #ba6b76

#6bbaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bbaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bbaaf Color CSS Codes

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

#6bbaaf Text Font Color

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

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


#6bbaaf Background Color

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

This div background color is #6bbaaf


#6bbaaf Border Color

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

This div border color is #6bbaaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107,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 #6bbaaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bbaaf


Comments

No comments written yet.

Please login to write comment.