Color Hex Logo

#6fabfa Color Hex

#6FABFA
(111,171,250)
0 Favorites   0 Comments

Color spaces of #6fabfa

RGB 111171250
HSL0.590.930.71
HSV214°56°98°
CMYK 0.560.320.00   0.02
XYZ38.373839.407596.0264
Yxy39.40750.22080.2267
Hunter Lab62.7754-0.7422-46.7521
CIE-Lab69.04542.9711-45.1662

#6fabfa color RGB value is (111,171,250).

#6fabfa hex color red value is 111, green value is 171 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #6fabfa hue: 0.59 , saturation: 0.93 and the lightness value of 6fabfa is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 10101011 11111010
Octal 157 253 372
Decimal 111 171 250
Hex 6F AB FA

RGB Percentages of Color #6fabfa

%20.86
%32.14
%46.99

CMYK Percentages of Color #6fabfa

%56
%32
%0
%2

Triadic Colors of #6fabfa

#6fabfa #fa6fab #abfa6f

Analogous Colors of #6fabfa

#6fabfa #796ffa #6ff1fa

Monochromatic Colors of #6fabfa

#6fabfa

Complementary Color

#6fabfa #fabe6f

#6fabfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fabfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fabfa Color CSS Codes

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

#6fabfa Text Font Color

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

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


#6fabfa Background Color

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

This div background color is #6fabfa


#6fabfa Border Color

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

This div border color is #6fabfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fabfa


Comments

No comments written yet.

Please login to write comment.