Color Hex Logo

#6abfbd Color Hex

#6ABFBD
(106,191,189)
0 Favorites   0 Comments

Color spaces of #6abfbd

RGB 106191189
HSL0.500.400.58
HSV179°45°75°
CMYK 0.450.000.01   0.25
XYZ33.760043.999954.8576
Yxy43.99990.25460.3318
Hunter Lab66.3324-25.2339-2.6008
CIE-Lab72.2284-26.1960-7.0255

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 10111111 10111101
Octal 152 277 275
Decimal 106 191 189
Hex 6A BF BD

RGB Percentages of Color #6abfbd

%21.81
%39.30
%38.89

CMYK Percentages of Color #6abfbd

%45
%0
%1
%25

Triadic Colors of #6abfbd

#6abfbd #bd6abf #bfbd6a

Analogous Colors of #6abfbd

#6abfbd #6a97bf #6abf93

Monochromatic Colors of #6abfbd

#6abfbd

Complementary Color

#6abfbd #bf6a6c

#6abfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6abfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6abfbd Color CSS Codes

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

#6abfbd Text Font Color

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

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


#6abfbd Background Color

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

This div background color is #6abfbd


#6abfbd Border Color

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

This div border color is #6abfbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6abfbd


Comments

No comments written yet.

Please login to write comment.