Color Hex Logo

#6abacb Color Hex

#6ABACB
(106,186,203)
0 Favorites   0 Comments

Color spaces of #6abacb

RGB 106186203
HSL0.530.480.61
HSV191°48°80°
CMYK 0.480.080.00   0.20
XYZ34.282342.493862.8952
Yxy42.49380.24540.3042
Hunter Lab65.1873-20.2037-11.5742
CIE-Lab71.2100-19.9896-16.2024

#6abacb color RGB value is (106,186,203).

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

The process color (four color CMYK) of #6abacb color hex is 0.48, 0.08, 0.00, 0.20. Web safe color of #6abacb is #66cccc. Color #6abacb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 10111010 11001011
Octal 152 272 313
Decimal 106 186 203
Hex 6A BA CB

RGB Percentages of Color #6abacb

%21.41
%37.58
%41.01

CMYK Percentages of Color #6abacb

%48
%8
%0
%20

Triadic Colors of #6abacb

#6abacb #cb6aba #bacb6a

Analogous Colors of #6abacb

#6abacb #6a8acb #6acbac

Monochromatic Colors of #6abacb

#6abacb

Complementary Color

#6abacb #cb7b6a

#6abacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6abacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6abacb Color CSS Codes

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

#6abacb Text Font Color

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

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


#6abacb Background Color

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

This div background color is #6abacb


#6abacb Border Color

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

This div border color is #6abacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6abacb


Comments

No comments written yet.

Please login to write comment.