Color Hex Logo

#6babad Color Hex

#6BABAD
(107,171,173)
0 Favorites   0 Comments

Color spaces of #6babad

RGB 107171173
HSL0.510.290.55
HSV182°38°68°
CMYK 0.380.010.00   0.32
XYZ28.169135.268744.8580
Yxy35.26870.26010.3257
Hunter Lab59.3875-19.2606-3.2132
CIE-Lab65.9573-19.9033-7.5126

#6babad color RGB value is (107,171,173).

#6babad hex color red value is 107, green value is 171 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #6babad hue: 0.51 , saturation: 0.29 and the lightness value of 6babad is 0.55.

The process color (four color CMYK) of #6babad color hex is 0.38, 0.01, 0.00, 0.32. Web safe color of #6babad is #669999. Color #6babad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 10101011 10101101
Octal 153 253 255
Decimal 107 171 173
Hex 6B AB AD

RGB Percentages of Color #6babad

%23.73
%37.92
%38.36

CMYK Percentages of Color #6babad

%38
%1
%0
%32

Triadic Colors of #6babad

#6babad #ad6bab #abad6b

Analogous Colors of #6babad

#6babad #6b8aad #6bad8e

Monochromatic Colors of #6babad

#6babad

Complementary Color

#6babad #ad6d6b

#6babad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6babad Color Preview on White Background

Lorem ipsum dolor sit amet.

#6babad Color CSS Codes

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

#6babad Text Font Color

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

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


#6babad Background Color

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

This div background color is #6babad


#6babad Border Color

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

This div border color is #6babad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6babad


Comments

No comments written yet.

Please login to write comment.