Color Hex Logo

#6abbfa Color Hex

#6ABBFA
(106,187,250)
0 Favorites   0 Comments

Color spaces of #6abbfa

RGB 106187250
HSL0.570.940.70
HSV206°58°98°
CMYK 0.580.250.00   0.02
XYZ40.969545.506997.0669
Yxy45.50690.22320.2479
Hunter Lab67.4588-9.6452-38.0916
CIE-Lab73.2244-6.8905-38.6513

#6abbfa color RGB value is (106,187,250).

#6abbfa hex color red value is 106, green value is 187 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #6abbfa hue: 0.57 , saturation: 0.94 and the lightness value of 6abbfa is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 10111011 11111010
Octal 152 273 372
Decimal 106 187 250
Hex 6A BB FA

RGB Percentages of Color #6abbfa

%19.52
%34.44
%46.04

CMYK Percentages of Color #6abbfa

%58
%25
%0
%2

Triadic Colors of #6abbfa

#6abbfa #fa6abb #bbfa6a

Analogous Colors of #6abbfa

#6abbfa #6a73fa #6afaf1

Monochromatic Colors of #6abbfa

#6abbfa

Complementary Color

#6abbfa #faa96a

#6abbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6abbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6abbfa Color CSS Codes

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

#6abbfa Text Font Color

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

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


#6abbfa Background Color

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

This div background color is #6abbfa


#6abbfa Border Color

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

This div border color is #6abbfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6abbfa


Comments

No comments written yet.

Please login to write comment.