Color Hex Logo

#66adba Color Hex

#66ADBA
(102,173,186)
0 Favorites   0 Comments

Color spaces of #66adba

RGB 102173186
HSL0.530.380.56
HSV189°45°73°
CMYK 0.450.070.00   0.27
XYZ29.286036.257151.9092
Yxy36.25710.24930.3087
Hunter Lab60.2139-18.5579-8.9630
CIE-Lab66.7159-18.8241-13.6261

#66adba color RGB value is (102,173,186).

#66adba hex color red value is 102, green value is 173 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #66adba hue: 0.53 , saturation: 0.38 and the lightness value of 66adba is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 10101101 10111010
Octal 146 255 272
Decimal 102 173 186
Hex 66 AD BA

RGB Percentages of Color #66adba

%22.13
%37.53
%40.35

CMYK Percentages of Color #66adba

%45
%7
%0
%27

Triadic Colors of #66adba

#66adba #ba66ad #adba66

Analogous Colors of #66adba

#66adba #6683ba #66ba9d

Monochromatic Colors of #66adba

#66adba

Complementary Color

#66adba #ba7366

#66adba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66adba Color Preview on White Background

Lorem ipsum dolor sit amet.

#66adba Color CSS Codes

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

#66adba Text Font Color

<p style="color:#66adba">Text here</p>

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


#66adba Background Color

<div style="background-color:#66adba">
Div content here</div>

This div background color is #66adba


#66adba Border Color

<div style="border:3px solid #66adba">
Div here</div>

This div border color is #66adba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,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 #66adba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66adba


Comments

No comments written yet.

Please login to write comment.