Color Hex Logo

#66adbc Color Hex

#66ADBC
(102,173,188)
0 Favorites   0 Comments

Color spaces of #66adbc

RGB 102173188
HSL0.530.390.57
HSV190°46°74°
CMYK 0.460.080.00   0.26
XYZ29.500236.342853.0370
Yxy36.34280.24820.3057
Hunter Lab60.2850-18.1505-9.9621
CIE-Lab66.7810-18.2834-14.6372

#66adbc color RGB value is (102,173,188).

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

The process color (four color CMYK) of #66adbc color hex is 0.46, 0.08, 0.00, 0.26. Web safe color of #66adbc is #6699cc. Color #66adbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10101101 10111100
Octal 146 255 274
Decimal 102 173 188
Hex 66 AD BC

RGB Percentages of Color #66adbc

%22.03
%37.37
%40.60

CMYK Percentages of Color #66adbc

%46
%8
%0
%26

Triadic Colors of #66adbc

#66adbc #bc66ad #adbc66

Analogous Colors of #66adbc

#66adbc #6682bc #66bca0

Monochromatic Colors of #66adbc

#66adbc

Complementary Color

#66adbc #bc7566

#66adbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66adbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#66adbc Color CSS Codes

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

#66adbc Text Font Color

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

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


#66adbc Background Color

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

This div background color is #66adbc


#66adbc Border Color

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

This div border color is #66adbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66adbc


Comments

No comments written yet.

Please login to write comment.