Color Hex Logo

#66c886 Color Hex

#66C886
(102,200,134)
0 Favorites   0 Comments

Color spaces of #66c886

RGB 102200134
HSL0.390.470.59
HSV140°49°78°
CMYK 0.490.000.33   0.22
XYZ30.436845.854629.8009
Yxy45.85460.28690.4322
Hunter Lab67.7160-38.271421.3085
CIE-Lab73.4511-43.488324.3727

#66c886 color RGB value is (102,200,134).

#66c886 hex color red value is 102, green value is 200 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #66c886 hue: 0.39 , saturation: 0.47 and the lightness value of 66c886 is 0.59.

The process color (four color CMYK) of #66c886 color hex is 0.49, 0.00, 0.33, 0.22. Web safe color of #66c886 is #66cc99. Color #66c886 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 11001000 10000110
Octal 146 310 206
Decimal 102 200 134
Hex 66 C8 86

RGB Percentages of Color #66c886

%23.39
%45.87
%30.73

CMYK Percentages of Color #66c886

%49
%0
%33
%22

Triadic Colors of #66c886

#66c886 #8666c8 #c88666

Analogous Colors of #66c886

#66c886 #66c8b7 #77c866

Monochromatic Colors of #66c886

#66c886

Complementary Color

#66c886 #c866a8

#66c886 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66c886 Color Preview on White Background

Lorem ipsum dolor sit amet.

#66c886 Color CSS Codes

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

#66c886 Text Font Color

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

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


#66c886 Background Color

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

This div background color is #66c886


#66c886 Border Color

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

This div border color is #66c886


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,200,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 #66c886">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66c886


Comments

No comments written yet.

Please login to write comment.