Color Hex Logo

#66faea Color Hex

#66FAEA
(102,250,234)
0 Favorites   0 Comments

Color spaces of #66faea

RGB 102250234
HSL0.480.940.69
HSV174°59°98°
CMYK 0.590.000.06   0.02
XYZ54.516477.136589.8574
Yxy77.13650.24610.3482
Hunter Lab87.8274-42.89900.8188
CIE-Lab90.3844-43.1218-4.1765

#66faea color RGB value is (102,250,234).

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

The process color (four color CMYK) of #66faea color hex is 0.59, 0.00, 0.06, 0.02. Web safe color of #66faea is #66ffff. Color #66faea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 11111010 11101010
Octal 146 372 352
Decimal 102 250 234
Hex 66 FA EA

RGB Percentages of Color #66faea

%17.41
%42.66
%39.93

CMYK Percentages of Color #66faea

%59
%0
%6
%2

Triadic Colors of #66faea

#66faea #ea66fa #faea66

Analogous Colors of #66faea

#66faea #66c0fa #66faa0

Monochromatic Colors of #66faea

#66faea

Complementary Color

#66faea #fa6676

#66faea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66faea Color Preview on White Background

Lorem ipsum dolor sit amet.

#66faea Color CSS Codes

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

#66faea Text Font Color

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

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


#66faea Background Color

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

This div background color is #66faea


#66faea Border Color

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

This div border color is #66faea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66faea


Comments

No comments written yet.

Please login to write comment.