Color Hex Logo

#6aabea Color Hex

#6AABEA
(106,171,234)
0 Favorites   0 Comments

Color spaces of #6aabea

RGB 106171234
HSL0.580.750.67
HSV210°55°92°
CMYK 0.550.270.00   0.08
XYZ35.358138.130583.3383
Yxy38.13050.22550.2431
Hunter Lab61.7499-5.8529-36.7935
CIE-Lab68.1167-2.9715-37.9180

#6aabea color RGB value is (106,171,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 10101011 11101010
Octal 152 253 352
Decimal 106 171 234
Hex 6A AB EA

RGB Percentages of Color #6aabea

%20.74
%33.46
%45.79

CMYK Percentages of Color #6aabea

%55
%27
%0
%8

Triadic Colors of #6aabea

#6aabea #ea6aab #abea6a

Analogous Colors of #6aabea

#6aabea #6a6bea #6aeae9

Monochromatic Colors of #6aabea

#6aabea

Complementary Color

#6aabea #eaa96a

#6aabea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aabea Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aabea Color CSS Codes

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

#6aabea Text Font Color

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

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


#6aabea Background Color

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

This div background color is #6aabea


#6aabea Border Color

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

This div border color is #6aabea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aabea


Comments

No comments written yet.

Please login to write comment.