Color Hex Logo

#6abcbf Color Hex

#6ABCBF
(106,188,191)
0 Favorites   0 Comments

Color spaces of #6abcbf

RGB 106188191
HSL0.510.400.58
HSV182°45°75°
CMYK 0.450.020.00   0.25
XYZ33.331042.792255.7932
Yxy42.79220.25270.3244
Hunter Lab65.4157-23.5272-4.7775
CIE-Lab71.4137-24.1905-9.3299

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 10111100 10111111
Octal 152 274 277
Decimal 106 188 191
Hex 6A BC BF

RGB Percentages of Color #6abcbf

%21.86
%38.76
%39.38

CMYK Percentages of Color #6abcbf

%45
%2
%0
%25

Triadic Colors of #6abcbf

#6abcbf #bf6abc #bcbf6a

Analogous Colors of #6abcbf

#6abcbf #6a92bf #6abf98

Monochromatic Colors of #6abcbf

#6abcbf

Complementary Color

#6abcbf #bf6d6a

#6abcbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6abcbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6abcbf Color CSS Codes

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

#6abcbf Text Font Color

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

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


#6abcbf Background Color

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

This div background color is #6abcbf


#6abcbf Border Color

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

This div border color is #6abcbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6abcbf


Comments

No comments written yet.

Please login to write comment.