Color Hex Logo

#6aadbb Color Hex

#6AADBB
(106,173,187)
0 Favorites   0 Comments

Color spaces of #6aadbb

RGB 106173187
HSL0.530.370.57
HSV190°43°73°
CMYK 0.430.070.00   0.27
XYZ29.857136.539252.4928
Yxy36.53920.25110.3073
Hunter Lab60.4477-17.6164-9.1741
CIE-Lab66.9299-17.5653-13.8405

#6aadbb color RGB value is (106,173,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 10101101 10111011
Octal 152 255 273
Decimal 106 173 187
Hex 6A AD BB

RGB Percentages of Color #6aadbb

%22.75
%37.12
%40.13

CMYK Percentages of Color #6aadbb

%43
%7
%0
%27

Triadic Colors of #6aadbb

#6aadbb #bb6aad #adbb6a

Analogous Colors of #6aadbb

#6aadbb #6a85bb #6abba1

Monochromatic Colors of #6aadbb

#6aadbb

Complementary Color

#6aadbb #bb786a

#6aadbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aadbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aadbb Color CSS Codes

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

#6aadbb Text Font Color

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

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


#6aadbb Background Color

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

This div background color is #6aadbb


#6aadbb Border Color

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

This div border color is #6aadbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aadbb


Comments

No comments written yet.

Please login to write comment.