Color Hex Logo

#6faac8 Color Hex

#6FAAC8
(111,170,200)
0 Favorites   0 Comments

Color spaces of #6faac8

RGB 111170200
HSL0.560.450.61
HSV200°45°78°
CMYK 0.450.150.00   0.22
XYZ31.355636.299159.9974
Yxy36.29910.24560.2844
Hunter Lab60.2487-12.5375-16.8686
CIE-Lab66.7478-11.1869-21.2974

#6faac8 color RGB value is (111,170,200).

#6faac8 hex color red value is 111, green value is 170 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #6faac8 hue: 0.56 , saturation: 0.45 and the lightness value of 6faac8 is 0.61.

The process color (four color CMYK) of #6faac8 color hex is 0.45, 0.15, 0.00, 0.22. Web safe color of #6faac8 is #6699cc. Color #6faac8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 10101010 11001000
Octal 157 252 310
Decimal 111 170 200
Hex 6F AA C8

RGB Percentages of Color #6faac8

%23.08
%35.34
%41.58

CMYK Percentages of Color #6faac8

%45
%15
%0
%22

Triadic Colors of #6faac8

#6faac8 #c86faa #aac86f

Analogous Colors of #6faac8

#6faac8 #6f7ec8 #6fc8ba

Monochromatic Colors of #6faac8

#6faac8

Complementary Color

#6faac8 #c88d6f

#6faac8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6faac8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6faac8 Color CSS Codes

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

#6faac8 Text Font Color

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

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


#6faac8 Background Color

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

This div background color is #6faac8


#6faac8 Border Color

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

This div border color is #6faac8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6faac8


Comments

No comments written yet.

Please login to write comment.