Color Hex Logo

#66faad Color Hex

#66FAAD
(102,250,173)
0 Favorites   0 Comments

Color spaces of #66faad

RGB 102250173
HSL0.410.940.69
HSV149°59°98°
CMYK 0.590.000.31   0.02
XYZ47.207974.213151.3716
Yxy74.21310.27320.4295
Hunter Lab86.1470-52.940724.9468
CIE-Lab89.0231-56.716025.3759

#66faad color RGB value is (102,250,173).

#66faad hex color red value is 102, green value is 250 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #66faad hue: 0.41 , saturation: 0.94 and the lightness value of 66faad is 0.69.

The process color (four color CMYK) of #66faad color hex is 0.59, 0.00, 0.31, 0.02. Web safe color of #66faad is #66ff99. Color #66faad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 11111010 10101101
Octal 146 372 255
Decimal 102 250 173
Hex 66 FA AD

RGB Percentages of Color #66faad

%19.43
%47.62
%32.95

CMYK Percentages of Color #66faad

%59
%0
%31
%2

Triadic Colors of #66faad

#66faad #ad66fa #faad66

Analogous Colors of #66faad

#66faad #66faf7 #69fa66

Monochromatic Colors of #66faad

#66faad

Complementary Color

#66faad #fa66b3

#66faad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66faad Color Preview on White Background

Lorem ipsum dolor sit amet.

#66faad Color CSS Codes

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

#66faad Text Font Color

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

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


#66faad Background Color

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

This div background color is #66faad


#66faad Border Color

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

This div border color is #66faad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66faad


Comments

No comments written yet.

Please login to write comment.