Color Hex Logo

#6aadba Color Hex

#6AADBA
(106,173,186)
0 Favorites   0 Comments

Color spaces of #6aadba

RGB 106173186
HSL0.530.370.57
HSV190°43°73°
CMYK 0.430.070.00   0.27
XYZ29.750436.496551.9309
Yxy36.49650.25170.3088
Hunter Lab60.4123-17.8182-8.6775
CIE-Lab66.8976-17.8314-13.3347

#6aadba color RGB value is (106,173,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 10101101 10111010
Octal 152 255 272
Decimal 106 173 186
Hex 6A AD BA

RGB Percentages of Color #6aadba

%22.80
%37.20
%40.00

CMYK Percentages of Color #6aadba

%43
%7
%0
%27

Triadic Colors of #6aadba

#6aadba #ba6aad #adba6a

Analogous Colors of #6aadba

#6aadba #6a85ba #6aba9f

Monochromatic Colors of #6aadba

#6aadba

Complementary Color

#6aadba #ba776a

#6aadba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aadba Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aadba Color CSS Codes

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

#6aadba Text Font Color

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

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


#6aadba Background Color

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

This div background color is #6aadba


#6aadba Border Color

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

This div border color is #6aadba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,173,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 #6aadba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aadba


Comments

No comments written yet.

Please login to write comment.