Color Hex Logo

#6abfbf Color Hex

#6ABFBF
(106,191,191)
0 Favorites   0 Comments

Color spaces of #6abfbf

RGB 106191191
HSL0.500.400.58
HSV180°45°75°
CMYK 0.450.000.00   0.25
XYZ33.978644.087456.0091
Yxy44.08740.25340.3288
Hunter Lab66.3983-24.8517-3.5341
CIE-Lab72.2869-25.6853-8.0306

#6abfbf color RGB value is (106,191,191).

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

The process color (four color CMYK) of #6abfbf color hex is 0.45, 0.00, 0.00, 0.25. Web safe color of #6abfbf is #66cccc. Color #6abfbf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 10111111 10111111
Octal 152 277 277
Decimal 106 191 191
Hex 6A BF BF

RGB Percentages of Color #6abfbf

%21.72
%39.14
%39.14

CMYK Percentages of Color #6abfbf

%45
%0
%0
%25

Triadic Colors of #6abfbf

#6abfbf #bf6abf #bfbf6a

Analogous Colors of #6abfbf

#6abfbf #6a95bf #6abf95

Monochromatic Colors of #6abfbf

#6abfbf

Complementary Color

#6abfbf #bf6a6a

#6abfbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6abfbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6abfbf Color CSS Codes

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

#6abfbf Text Font Color

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

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


#6abfbf Background Color

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

This div background color is #6abfbf


#6abfbf Border Color

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

This div border color is #6abfbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6abfbf


Comments

No comments written yet.

Please login to write comment.