Color Hex Logo

#6aaebc Color Hex

#6AAEBC
(106,174,188)
0 Favorites   0 Comments

Color spaces of #6aaebc

RGB 106174188
HSL0.530.380.58
HSV190°44°74°
CMYK 0.440.070.00   0.26
XYZ30.157036.967153.1229
Yxy36.96710.25080.3074
Hunter Lab60.8006-17.8653-9.2427
CIE-Lab67.2523-17.8210-13.9095

#6aaebc color RGB value is (106,174,188).

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

The process color (four color CMYK) of #6aaebc color hex is 0.44, 0.07, 0.00, 0.26. Web safe color of #6aaebc is #6699cc. Color #6aaebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 10101110 10111100
Octal 152 256 274
Decimal 106 174 188
Hex 6A AE BC

RGB Percentages of Color #6aaebc

%22.65
%37.18
%40.17

CMYK Percentages of Color #6aaebc

%44
%7
%0
%26

Triadic Colors of #6aaebc

#6aaebc #bc6aae #aebc6a

Analogous Colors of #6aaebc

#6aaebc #6a85bc #6abca1

Monochromatic Colors of #6aaebc

#6aaebc

Complementary Color

#6aaebc #bc786a

#6aaebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aaebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aaebc Color CSS Codes

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

#6aaebc Text Font Color

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

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


#6aaebc Background Color

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

This div background color is #6aaebc


#6aaebc Border Color

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

This div border color is #6aaebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aaebc


Comments

No comments written yet.

Please login to write comment.