Color Hex Logo

#6faafd Color Hex

#6FAAFD
(111,170,253)
0 Favorites   0 Comments

Color spaces of #6faafd

RGB 111170253
HSL0.600.970.71
HSV215°56°99°
CMYK 0.560.330.00   0.01
XYZ38.659939.220898.4613
Yxy39.22080.21920.2224
Hunter Lab62.62650.5932-49.3771
CIE-Lab68.91094.4671-47.0058

#6faafd color RGB value is (111,170,253).

#6faafd hex color red value is 111, green value is 170 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #6faafd hue: 0.60 , saturation: 0.97 and the lightness value of 6faafd is 0.71.

The process color (four color CMYK) of #6faafd color hex is 0.56, 0.33, 0.00, 0.01. Web safe color of #6faafd is #6699ff. Color #6faafd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 10101010 11111101
Octal 157 252 375
Decimal 111 170 253
Hex 6F AA FD

RGB Percentages of Color #6faafd

%20.79
%31.84
%47.38

CMYK Percentages of Color #6faafd

%56
%33
%0
%1

Triadic Colors of #6faafd

#6faafd #fd6faa #aafd6f

Analogous Colors of #6faafd

#6faafd #7b6ffd #6ff1fd

Monochromatic Colors of #6faafd

#6faafd

Complementary Color

#6faafd #fdc26f

#6faafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6faafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6faafd Color CSS Codes

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

#6faafd Text Font Color

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

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


#6faafd Background Color

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

This div background color is #6faafd


#6faafd Border Color

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

This div border color is #6faafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6faafd


Comments

No comments written yet.

Please login to write comment.