Color Hex Logo

#6babbc Color Hex

#6BABBC
(107,171,188)
0 Favorites   0 Comments

Color spaces of #6babbc

RGB 107171188
HSL0.530.380.58
HSV193°43°74°
CMYK 0.430.090.00   0.26
XYZ29.703435.882552.9374
Yxy35.88250.25060.3027
Hunter Lab59.9020-16.3163-10.4651
CIE-Lab66.4300-15.9951-15.1438

#6babbc color RGB value is (107,171,188).

#6babbc hex color red value is 107, green value is 171 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #6babbc hue: 0.53 , saturation: 0.38 and the lightness value of 6babbc is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 10101011 10111100
Octal 153 253 274
Decimal 107 171 188
Hex 6B AB BC

RGB Percentages of Color #6babbc

%22.96
%36.70
%40.34

CMYK Percentages of Color #6babbc

%43
%9
%0
%26

Triadic Colors of #6babbc

#6babbc #bc6bab #abbc6b

Analogous Colors of #6babbc

#6babbc #6b83bc #6bbca5

Monochromatic Colors of #6babbc

#6babbc

Complementary Color

#6babbc #bc7c6b

#6babbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6babbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6babbc Color CSS Codes

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

#6babbc Text Font Color

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

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


#6babbc Background Color

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

This div background color is #6babbc


#6babbc Border Color

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

This div border color is #6babbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6babbc


Comments

No comments written yet.

Please login to write comment.