Color Hex Logo

#6faada Color Hex

#6FAADA
(111,170,218)
0 Favorites   0 Comments

Color spaces of #6faada

RGB 111170218
HSL0.570.590.65
HSV207°49°85°
CMYK 0.490.220.00   0.15
XYZ33.585237.190971.7381
Yxy37.19090.23570.2610
Hunter Lab60.9843-8.4194-27.0559
CIE-Lab67.4200-6.0822-30.2034

#6faada color RGB value is (111,170,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 10101010 11011010
Octal 157 252 332
Decimal 111 170 218
Hex 6F AA DA

RGB Percentages of Color #6faada

%22.24
%34.07
%43.69

CMYK Percentages of Color #6faada

%49
%22
%0
%15

Triadic Colors of #6faada

#6faada #da6faa #aada6f

Analogous Colors of #6faada

#6faada #6f75da #6fdad5

Monochromatic Colors of #6faada

#6faada

Complementary Color

#6faada #da9f6f

#6faada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6faada Color Preview on White Background

Lorem ipsum dolor sit amet.

#6faada Color CSS Codes

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

#6faada Text Font Color

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

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


#6faada Background Color

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

This div background color is #6faada


#6faada Border Color

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

This div border color is #6faada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6faada


Comments

No comments written yet.

Please login to write comment.