Color Hex Logo

#66adae Color Hex

#66ADAE
(102,173,174)
0 Favorites   0 Comments

Color spaces of #66adae

RGB 102173174
HSL0.500.310.54
HSV181°41°68°
CMYK 0.410.010.00   0.32
XYZ28.063035.767945.4692
Yxy35.76790.25680.3272
Hunter Lab59.8063-20.9031-3.2123
CIE-Lab66.3422-21.9813-7.5219

#66adae color RGB value is (102,173,174).

#66adae hex color red value is 102, green value is 173 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #66adae hue: 0.50 , saturation: 0.31 and the lightness value of 66adae is 0.54.

The process color (four color CMYK) of #66adae color hex is 0.41, 0.01, 0.00, 0.32. Web safe color of #66adae is #669999. Color #66adae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10101101 10101110
Octal 146 255 256
Decimal 102 173 174
Hex 66 AD AE

RGB Percentages of Color #66adae

%22.72
%38.53
%38.75

CMYK Percentages of Color #66adae

%41
%1
%0
%32

Triadic Colors of #66adae

#66adae #ae66ad #adae66

Analogous Colors of #66adae

#66adae #6689ae #66ae8b

Monochromatic Colors of #66adae

#66adae

Complementary Color

#66adae #ae6766

#66adae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66adae Color Preview on White Background

Lorem ipsum dolor sit amet.

#66adae Color CSS Codes

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

#66adae Text Font Color

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

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


#66adae Background Color

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

This div background color is #66adae


#66adae Border Color

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

This div border color is #66adae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66adae


Comments

No comments written yet.

Please login to write comment.