Color Hex Logo

#6abac9 Color Hex

#6ABAC9
(106,186,201)
1 Favorites   0 Comments

Color spaces of #6abac9

RGB 106186201
HSL0.530.470.60
HSV189°47°79°
CMYK 0.470.070.00   0.21
XYZ34.045442.399061.6478
Yxy42.39900.24650.3070
Hunter Lab65.1145-20.6209-10.5532
CIE-Lab71.1451-20.5316-15.2057

#6abac9 color RGB value is (106,186,201).

#6abac9 hex color red value is 106, green value is 186 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #6abac9 hue: 0.53 , saturation: 0.47 and the lightness value of 6abac9 is 0.60.

The process color (four color CMYK) of #6abac9 color hex is 0.47, 0.07, 0.00, 0.21. Web safe color of #6abac9 is #66cccc. Color #6abac9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 10111010 11001001
Octal 152 272 311
Decimal 106 186 201
Hex 6A BA C9

RGB Percentages of Color #6abac9

%21.50
%37.73
%40.77

CMYK Percentages of Color #6abac9

%47
%7
%0
%21

Triadic Colors of #6abac9

#6abac9 #c96aba #bac96a

Analogous Colors of #6abac9

#6abac9 #6a8bc9 #6ac9a9

Monochromatic Colors of #6abac9

#6abac9

Complementary Color

#6abac9 #c9796a

#6abac9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6abac9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6abac9 Color CSS Codes

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

#6abac9 Text Font Color

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

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


#6abac9 Background Color

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

This div background color is #6abac9


#6abac9 Border Color

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

This div border color is #6abac9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6abac9

#6abac9 Color Palettes


Comments

No comments written yet.

Please login to write comment.