Color Hex Logo

#66d89e Color Hex

#66D89E
(102,216,158)
0 Favorites   0 Comments

Color spaces of #66d89e

RGB 102216158
HSL0.420.590.62
HSV149°53°85°
CMYK 0.530.000.27   0.15
XYZ36.206954.405140.9407
Yxy54.40510.27520.4136
Hunter Lab73.7598-41.458418.7227
CIE-Lab78.6974-45.723118.9174

#66d89e color RGB value is (102,216,158).

#66d89e hex color red value is 102, green value is 216 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #66d89e hue: 0.42 , saturation: 0.59 and the lightness value of 66d89e is 0.62.

The process color (four color CMYK) of #66d89e color hex is 0.53, 0.00, 0.27, 0.15. Web safe color of #66d89e is #66cc99. Color #66d89e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 11011000 10011110
Octal 146 330 236
Decimal 102 216 158
Hex 66 D8 9E

RGB Percentages of Color #66d89e

%21.43
%45.38
%33.19

CMYK Percentages of Color #66d89e

%53
%0
%27
%15

Triadic Colors of #66d89e

#66d89e #9e66d8 #d89e66

Analogous Colors of #66d89e

#66d89e #66d8d7 #67d866

Monochromatic Colors of #66d89e

#66d89e

Complementary Color

#66d89e #d866a0

#66d89e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66d89e Color Preview on White Background

Lorem ipsum dolor sit amet.

#66d89e Color CSS Codes

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

#66d89e Text Font Color

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

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


#66d89e Background Color

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

This div background color is #66d89e


#66d89e Border Color

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

This div border color is #66d89e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66d89e


Comments

No comments written yet.

Please login to write comment.