Color Hex Logo

#6faaea Color Hex

#6FAAEA
(111,170,234)
0 Favorites   0 Comments

Color spaces of #6faaea

RGB 111170234
HSL0.590.750.68
HSV211°53°92°
CMYK 0.530.270.00   0.08
XYZ35.781638.069583.3042
Yxy38.06950.22770.2422
Hunter Lab61.7005-4.4594-36.8594
CIE-Lab68.0718-1.3481-37.9705

#6faaea color RGB value is (111,170,234).

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

The process color (four color CMYK) of #6faaea color hex is 0.53, 0.27, 0.00, 0.08. Web safe color of #6faaea is #6699ff. Color #6faaea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 10101010 11101010
Octal 157 252 352
Decimal 111 170 234
Hex 6F AA EA

RGB Percentages of Color #6faaea

%21.55
%33.01
%45.44

CMYK Percentages of Color #6faaea

%53
%27
%0
%8

Triadic Colors of #6faaea

#6faaea #ea6faa #aaea6f

Analogous Colors of #6faaea

#6faaea #726fea #6fe8ea

Monochromatic Colors of #6faaea

#6faaea

Complementary Color

#6faaea #eaaf6f

#6faaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6faaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#6faaea Color CSS Codes

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

#6faaea Text Font Color

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

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


#6faaea Background Color

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

This div background color is #6faaea


#6faaea Border Color

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

This div border color is #6faaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6faaea


Comments

No comments written yet.

Please login to write comment.