Color Hex Logo

#66feaa Color Hex

#66FEAA
(102,254,170)
0 Favorites   0 Comments

Color spaces of #66feaa

RGB 102254170
HSL0.410.990.70
HSV147°60°100°
CMYK 0.600.000.33   0.00
XYZ48.177076.610750.2784
Yxy76.61070.27520.4376
Hunter Lab87.5275-54.923027.2114
CIE-Lab90.1421-58.848228.4176

#66feaa color RGB value is (102,254,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 11111110 10101010
Octal 146 376 252
Decimal 102 254 170
Hex 66 FE AA

RGB Percentages of Color #66feaa

%19.39
%48.29
%32.32

CMYK Percentages of Color #66feaa

%60
%0
%33
%0

Triadic Colors of #66feaa

#66feaa #aa66fe #feaa66

Analogous Colors of #66feaa

#66feaa #66fef6 #6efe66

Monochromatic Colors of #66feaa

#66feaa

Complementary Color

#66feaa #fe66ba

#66feaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66feaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#66feaa Color CSS Codes

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

#66feaa Text Font Color

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

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


#66feaa Background Color

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

This div background color is #66feaa


#66feaa Border Color

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

This div border color is #66feaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66feaa

Related Colors


Comments

No comments written yet.

Please login to write comment.