Color Hex Logo

#66ea97 Color Hex

#66EA97
(102,234,151)
0 Favorites   0 Comments

Color spaces of #66ea97

RGB 102234151
HSL0.400.760.66
HSV142°56°92°
CMYK 0.560.000.35   0.08
XYZ40.488263.904839.4791
Yxy63.90480.28140.4442
Hunter Lab79.9405-49.489326.6776
CIE-Lab83.9162-54.460629.6541

#66ea97 color RGB value is (102,234,151).

#66ea97 hex color red value is 102, green value is 234 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #66ea97 hue: 0.40 , saturation: 0.76 and the lightness value of 66ea97 is 0.66.

The process color (four color CMYK) of #66ea97 color hex is 0.56, 0.00, 0.35, 0.08. Web safe color of #66ea97 is #66ff99. Color #66ea97 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 11101010 10010111
Octal 146 352 227
Decimal 102 234 151
Hex 66 EA 97

RGB Percentages of Color #66ea97

%20.94
%48.05
%31.01

CMYK Percentages of Color #66ea97

%56
%0
%35
%8

Triadic Colors of #66ea97

#66ea97 #9766ea #ea9766

Analogous Colors of #66ea97

#66ea97 #66ead9 #77ea66

Monochromatic Colors of #66ea97

#66ea97

Complementary Color

#66ea97 #ea66b9

#66ea97 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66ea97 Color Preview on White Background

Lorem ipsum dolor sit amet.

#66ea97 Color CSS Codes

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

#66ea97 Text Font Color

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

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


#66ea97 Background Color

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

This div background color is #66ea97


#66ea97 Border Color

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

This div border color is #66ea97


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66ea97


Comments

No comments written yet.

Please login to write comment.