Color Hex Logo

#6faabd Color Hex

#6FAABD
(111,170,189)
0 Favorites   0 Comments

Color spaces of #6faabd

RGB 111170189
HSL0.540.370.59
HSV195°41°74°
CMYK 0.410.100.00   0.26
XYZ30.115635.803153.4675
Yxy35.80310.25230.2999
Hunter Lab59.8357-14.8725-11.0949
CIE-Lab66.3692-14.1705-15.7719

#6faabd color RGB value is (111,170,189).

#6faabd hex color red value is 111, green value is 170 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #6faabd hue: 0.54 , saturation: 0.37 and the lightness value of 6faabd is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 10101010 10111101
Octal 157 252 275
Decimal 111 170 189
Hex 6F AA BD

RGB Percentages of Color #6faabd

%23.62
%36.17
%40.21

CMYK Percentages of Color #6faabd

%41
%10
%0
%26

Triadic Colors of #6faabd

#6faabd #bd6faa #aabd6f

Analogous Colors of #6faabd

#6faabd #6f83bd #6fbda9

Monochromatic Colors of #6faabd

#6faabd

Complementary Color

#6faabd #bd826f

#6faabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6faabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6faabd Color CSS Codes

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

#6faabd Text Font Color

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

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


#6faabd Background Color

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

This div background color is #6faabd


#6faabd Border Color

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

This div border color is #6faabd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(111,170,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6faabd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6faabd;
  -webkit-box-shadow: 1px 1px 3px 2px #6faabd;
  box-shadow:         1px 1px 3px 2px #6faabd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(111,170,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6faabd


Comments

No comments written yet.

Please login to write comment.