Color Hex Logo

#66ffaf Color Hex

#66FFAF
(102,255,175)
0 Favorites   0 Comments

Color spaces of #66ffaf

RGB 102255175
HSL0.411.000.70
HSV149°60°100°
CMYK 0.600.000.31   0.00
XYZ48.977477.439952.9235
Yxy77.43990.27310.4318
Hunter Lab87.9999-54.653625.9427
CIE-Lab90.5237-58.297226.4108

#66ffaf color RGB value is (102,255,175).

#66ffaf hex color red value is 102, green value is 255 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #66ffaf hue: 0.41 , saturation: 1.00 and the lightness value of 66ffaf is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 11111111 10101111
Octal 146 377 257
Decimal 102 255 175
Hex 66 FF AF

RGB Percentages of Color #66ffaf

%19.17
%47.93
%32.89

CMYK Percentages of Color #66ffaf

%60
%0
%31
%0

Triadic Colors of #66ffaf

#66ffaf #af66ff #ffaf66

Analogous Colors of #66ffaf

#66ffaf #66fffc #6aff66

Monochromatic Colors of #66ffaf

#66ffaf

Complementary Color

#66ffaf #ff66b6

#66ffaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66ffaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#66ffaf Color CSS Codes

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

#66ffaf Text Font Color

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

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


#66ffaf Background Color

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

This div background color is #66ffaf


#66ffaf Border Color

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

This div border color is #66ffaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66ffaf


Comments

No comments written yet.

Please login to write comment.