Color Hex Logo

#6aaee9 Color Hex

#6AAEE9
(106,174,233)
0 Favorites   0 Comments

Color spaces of #6aaee9

RGB 106174233
HSL0.580.740.66
HSV208°55°91°
CMYK 0.550.250.00   0.09
XYZ35.787939.219582.7747
Yxy39.21950.22680.2486
Hunter Lab62.6255-7.5891-34.5282
CIE-Lab68.9100-4.9396-36.1370

#6aaee9 color RGB value is (106,174,233).

#6aaee9 hex color red value is 106, green value is 174 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #6aaee9 hue: 0.58 , saturation: 0.74 and the lightness value of 6aaee9 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 10101110 11101001
Octal 152 256 351
Decimal 106 174 233
Hex 6A AE E9

RGB Percentages of Color #6aaee9

%20.66
%33.92
%45.42

CMYK Percentages of Color #6aaee9

%55
%25
%0
%9

Triadic Colors of #6aaee9

#6aaee9 #e96aae #aee96a

Analogous Colors of #6aaee9

#6aaee9 #6a6fe9 #6ae9e5

Monochromatic Colors of #6aaee9

#6aaee9

Complementary Color

#6aaee9 #e9a56a

#6aaee9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aaee9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aaee9 Color CSS Codes

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

#6aaee9 Text Font Color

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

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


#6aaee9 Background Color

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

This div background color is #6aaee9


#6aaee9 Border Color

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

This div border color is #6aaee9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aaee9


Comments

No comments written yet.

Please login to write comment.