Color Hex Logo

#6aaeba Color Hex

#6AAEBA
(106,174,186)
0 Favorites   0 Comments

Color spaces of #6aaeba

RGB 106174186
HSL0.530.370.57
HSV189°43°73°
CMYK 0.430.060.00   0.27
XYZ29.942836.881451.9951
Yxy36.88140.25200.3104
Hunter Lab60.7301-18.2686-8.2511
CIE-Lab67.1880-18.3528-12.8983

#6aaeba color RGB value is (106,174,186).

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

The process color (four color CMYK) of #6aaeba color hex is 0.43, 0.06, 0.00, 0.27. Web safe color of #6aaeba is #6699cc. Color #6aaeba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 10101110 10111010
Octal 152 256 272
Decimal 106 174 186
Hex 6A AE BA

RGB Percentages of Color #6aaeba

%22.75
%37.34
%39.91

CMYK Percentages of Color #6aaeba

%43
%6
%0
%27

Triadic Colors of #6aaeba

#6aaeba #ba6aae #aeba6a

Analogous Colors of #6aaeba

#6aaeba #6a86ba #6aba9e

Monochromatic Colors of #6aaeba

#6aaeba

Complementary Color

#6aaeba #ba766a

#6aaeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aaeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aaeba Color CSS Codes

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

#6aaeba Text Font Color

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

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


#6aaeba Background Color

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

This div background color is #6aaeba


#6aaeba Border Color

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

This div border color is #6aaeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aaeba


Comments

No comments written yet.

Please login to write comment.