Color Hex Logo

#6bbabf Color Hex

#6BBABF
(107,186,191)
0 Favorites   0 Comments

Color spaces of #6bbabf

RGB 107186191
HSL0.510.400.58
HSV184°44°75°
CMYK 0.440.030.00   0.25
XYZ33.026342.005255.6574
Yxy42.00520.25270.3214
Hunter Lab64.8114-22.4608-5.5478
CIE-Lab70.8745-22.9441-10.1296

#6bbabf color RGB value is (107,186,191).

#6bbabf hex color red value is 107, green value is 186 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #6bbabf hue: 0.51 , saturation: 0.40 and the lightness value of 6bbabf is 0.58.

The process color (four color CMYK) of #6bbabf color hex is 0.44, 0.03, 0.00, 0.25. Web safe color of #6bbabf is #66cccc. Color #6bbabf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 10111010 10111111
Octal 153 272 277
Decimal 107 186 191
Hex 6B BA BF

RGB Percentages of Color #6bbabf

%22.11
%38.43
%39.46

CMYK Percentages of Color #6bbabf

%44
%3
%0
%25

Triadic Colors of #6bbabf

#6bbabf #bf6bba #babf6b

Analogous Colors of #6bbabf

#6bbabf #6b90bf #6bbf9a

Monochromatic Colors of #6bbabf

#6bbabf

Complementary Color

#6bbabf #bf706b

#6bbabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bbabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bbabf Color CSS Codes

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

#6bbabf Text Font Color

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

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


#6bbabf Background Color

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

This div background color is #6bbabf


#6bbabf Border Color

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

This div border color is #6bbabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bbabf


Comments

No comments written yet.

Please login to write comment.