Color Hex Logo

#6bacbe Color Hex

#6BACBE
(107,172,190)
0 Favorites   0 Comments

Color spaces of #6bacbe

RGB 107172190
HSL0.540.390.58
HSV193°44°75°
CMYK 0.440.090.00   0.25
XYZ30.110236.348654.1442
Yxy36.34860.24970.3014
Hunter Lab60.2898-16.3599-11.0435
CIE-Lab66.7854-15.9849-15.7171

#6bacbe color RGB value is (107,172,190).

#6bacbe hex color red value is 107, green value is 172 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #6bacbe hue: 0.54 , saturation: 0.39 and the lightness value of 6bacbe is 0.58.

The process color (four color CMYK) of #6bacbe color hex is 0.44, 0.09, 0.00, 0.25. Web safe color of #6bacbe is #6699cc. Color #6bacbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 10101100 10111110
Octal 153 254 276
Decimal 107 172 190
Hex 6B AC BE

RGB Percentages of Color #6bacbe

%22.81
%36.67
%40.51

CMYK Percentages of Color #6bacbe

%44
%9
%0
%25

Triadic Colors of #6bacbe

#6bacbe #be6bac #acbe6b

Analogous Colors of #6bacbe

#6bacbe #6b83be #6bbea7

Monochromatic Colors of #6bacbe

#6bacbe

Complementary Color

#6bacbe #be7d6b

#6bacbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bacbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bacbe Color CSS Codes

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

#6bacbe Text Font Color

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

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


#6bacbe Background Color

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

This div background color is #6bacbe


#6bacbe Border Color

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

This div border color is #6bacbe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(107,172,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6bacbe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6bacbe;
  -webkit-box-shadow: 1px 1px 3px 2px #6bacbe;
  box-shadow:         1px 1px 3px 2px #6bacbe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107,172,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bacbe


Comments

No comments written yet.

Please login to write comment.