Color Hex Logo

#6aabee Color Hex

#6AABEE
(106,171,238)
0 Favorites   0 Comments

Color spaces of #6aabee

RGB 106171238
HSL0.580.800.67
HSV210°55°93°
CMYK 0.550.280.00   0.07
XYZ35.939438.363086.3995
Yxy38.36300.22360.2387
Hunter Lab61.9379-4.8168-39.3494
CIE-Lab68.2873-1.7470-39.8370

#6aabee color RGB value is (106,171,238).

#6aabee hex color red value is 106, green value is 171 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #6aabee hue: 0.58 , saturation: 0.80 and the lightness value of 6aabee is 0.67.

The process color (four color CMYK) of #6aabee color hex is 0.55, 0.28, 0.00, 0.07. Web safe color of #6aabee is #6699ff. Color #6aabee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 10101011 11101110
Octal 152 253 356
Decimal 106 171 238
Hex 6A AB EE

RGB Percentages of Color #6aabee

%20.58
%33.20
%46.21

CMYK Percentages of Color #6aabee

%55
%28
%0
%7

Triadic Colors of #6aabee

#6aabee #ee6aab #abee6a

Analogous Colors of #6aabee

#6aabee #6b6aee #6aedee

Monochromatic Colors of #6aabee

#6aabee

Complementary Color

#6aabee #eead6a

#6aabee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aabee Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aabee Color CSS Codes

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

#6aabee Text Font Color

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

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


#6aabee Background Color

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

This div background color is #6aabee


#6aabee Border Color

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

This div border color is #6aabee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aabee


Comments

No comments written yet.

Please login to write comment.