Color Hex Logo

#6faafe Color Hex

#6FAAFE
(111,170,254)
0 Favorites   0 Comments

Color spaces of #6faafe

RGB 111170254
HSL0.600.990.72
HSV215°56°100°
CMYK 0.560.330.00   0.00
XYZ38.819739.284799.3026
Yxy39.28470.21880.2214
Hunter Lab62.67750.8694-50.0614
CIE-Lab68.95704.7782-47.4756

#6faafe color RGB value is (111,170,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 10101010 11111110
Octal 157 252 376
Decimal 111 170 254
Hex 6F AA FE

RGB Percentages of Color #6faafe

%20.75
%31.78
%47.48

CMYK Percentages of Color #6faafe

%56
%33
%0
%0

Triadic Colors of #6faafe

#6faafe #fe6faa #aafe6f

Analogous Colors of #6faafe

#6faafe #7c6ffe #6ff2fe

Monochromatic Colors of #6faafe

#6faafe

Complementary Color

#6faafe #fec36f

#6faafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6faafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#6faafe Color CSS Codes

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

#6faafe Text Font Color

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

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


#6faafe Background Color

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

This div background color is #6faafe


#6faafe Border Color

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

This div border color is #6faafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6faafe


Comments

No comments written yet.

Please login to write comment.