Color Hex Logo

#66aeaf Color Hex

#66AEAF
(102,174,175)
0 Favorites   0 Comments

Color spaces of #66aeaf

RGB 102174175
HSL0.500.310.54
HSV181°42°69°
CMYK 0.420.010.00   0.31
XYZ28.353436.192046.0488
Yxy36.19200.25640.3273
Hunter Lab60.1598-21.1523-3.2712
CIE-Lab66.6664-22.2341-7.5955

#66aeaf color RGB value is (102,174,175).

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

The process color (four color CMYK) of #66aeaf color hex is 0.42, 0.01, 0.00, 0.31. Web safe color of #66aeaf is #669999. Color #66aeaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10101110 10101111
Octal 146 256 257
Decimal 102 174 175
Hex 66 AE AF

RGB Percentages of Color #66aeaf

%22.62
%38.58
%38.80

CMYK Percentages of Color #66aeaf

%42
%1
%0
%31

Triadic Colors of #66aeaf

#66aeaf #af66ae #aeaf66

Analogous Colors of #66aeaf

#66aeaf #668aaf #66af8c

Monochromatic Colors of #66aeaf

#66aeaf

Complementary Color

#66aeaf #af6766

#66aeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66aeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#66aeaf Color CSS Codes

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

#66aeaf Text Font Color

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

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


#66aeaf Background Color

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

This div background color is #66aeaf


#66aeaf Border Color

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

This div border color is #66aeaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66aeaf


Comments

No comments written yet.

Please login to write comment.