Color Hex Logo

#6fbafa Color Hex

#6FBAFA
(111,186,250)
0 Favorites   0 Comments

Color spaces of #6fbafa

RGB 111186250
HSL0.580.930.71
HSV208°56°98°
CMYK 0.560.260.00   0.02
XYZ41.369845.399497.0250
Yxy45.39940.22510.2470
Hunter Lab67.3791-8.3169-38.2115
CIE-Lab73.1541-5.3613-38.7449

#6fbafa color RGB value is (111,186,250).

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

The process color (four color CMYK) of #6fbafa color hex is 0.56, 0.26, 0.00, 0.02. Web safe color of #6fbafa is #66ccff. Color #6fbafa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 10111010 11111010
Octal 157 272 372
Decimal 111 186 250
Hex 6F BA FA

RGB Percentages of Color #6fbafa

%20.29
%34.00
%45.70

CMYK Percentages of Color #6fbafa

%56
%26
%0
%2

Triadic Colors of #6fbafa

#6fbafa #fa6fba #bafa6f

Analogous Colors of #6fbafa

#6fbafa #6f75fa #6ffaf5

Monochromatic Colors of #6fbafa

#6fbafa

Complementary Color

#6fbafa #faaf6f

#6fbafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fbafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fbafa Color CSS Codes

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

#6fbafa Text Font Color

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

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


#6fbafa Background Color

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

This div background color is #6fbafa


#6fbafa Border Color

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

This div border color is #6fbafa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(111,186,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 #6fbafa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fbafa


Comments

No comments written yet.

Please login to write comment.