Color Hex Logo

#6aaafa Color Hex

#6AAAFA
(106,170,250)
0 Favorites   0 Comments

Color spaces of #6aaafa

RGB 106170250
HSL0.590.940.70
HSV213°58°98°
CMYK 0.580.320.00   0.02
XYZ37.573938.715795.9350
Yxy38.71570.21820.2248
Hunter Lab62.2219-1.0978-47.8591
CIE-Lab68.54482.5431-45.9685

#6aaafa color RGB value is (106,170,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 10101010 11111010
Octal 152 252 372
Decimal 106 170 250
Hex 6A AA FA

RGB Percentages of Color #6aaafa

%20.15
%32.32
%47.53

CMYK Percentages of Color #6aaafa

%58
%32
%0
%2

Triadic Colors of #6aaafa

#6aaafa #fa6aaa #aafa6a

Analogous Colors of #6aaafa

#6aaafa #726afa #6af2fa

Monochromatic Colors of #6aaafa

#6aaafa

Complementary Color

#6aaafa #faba6a

#6aaafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aaafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aaafa Color CSS Codes

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

#6aaafa Text Font Color

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

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


#6aaafa Background Color

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

This div background color is #6aaafa


#6aaafa Border Color

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

This div border color is #6aaafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aaafa


Comments

No comments written yet.

Please login to write comment.