Color Hex Logo

#66db86 Color Hex

#66DB86
(102,219,134)
0 Favorites   0 Comments

Color spaces of #66db86

RGB 102219134
HSL0.380.620.63
HSV136°53°86°
CMYK 0.530.000.39   0.14
XYZ35.114155.209031.3600
Yxy55.20900.28860.4537
Hunter Lab74.3028-45.674126.9882
CIE-Lab79.1615-51.407631.9921

#66db86 color RGB value is (102,219,134).

#66db86 hex color red value is 102, green value is 219 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #66db86 hue: 0.38 , saturation: 0.62 and the lightness value of 66db86 is 0.63.

The process color (four color CMYK) of #66db86 color hex is 0.53, 0.00, 0.39, 0.14. Web safe color of #66db86 is #66cc99. Color #66db86 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 11011011 10000110
Octal 146 333 206
Decimal 102 219 134
Hex 66 DB 86

RGB Percentages of Color #66db86

%22.42
%48.13
%29.45

CMYK Percentages of Color #66db86

%53
%0
%39
%14

Triadic Colors of #66db86

#66db86 #8666db #db8666

Analogous Colors of #66db86

#66db86 #66dbc1 #81db66

Monochromatic Colors of #66db86

#66db86

Complementary Color

#66db86 #db66bb

#66db86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66db86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#66db86 Color CSS Codes

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

#66db86 Text Font Color

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

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


#66db86 Background Color

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

This div background color is #66db86


#66db86 Border Color

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

This div border color is #66db86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66db86


Comments

No comments written yet.

Please login to write comment.