Color Hex Logo

#66cd81 Color Hex

#66CD81
(102,205,129)
0 Favorites   0 Comments

Color spaces of #66cd81

RGB 102205129
HSL0.380.510.60
HSV136°50°80°
CMYK 0.500.000.37   0.20
XYZ31.273348.072428.3995
Yxy48.07240.29030.4462
Hunter Lab69.3343-40.822324.2486
CIE-Lab74.8706-46.501328.8883

#66cd81 color RGB value is (102,205,129).

#66cd81 hex color red value is 102, green value is 205 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #66cd81 hue: 0.38 , saturation: 0.51 and the lightness value of 66cd81 is 0.60.

The process color (four color CMYK) of #66cd81 color hex is 0.50, 0.00, 0.37, 0.20. Web safe color of #66cd81 is #66cc99. Color #66cd81 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 11001101 10000001
Octal 146 315 201
Decimal 102 205 129
Hex 66 CD 81

RGB Percentages of Color #66cd81

%23.39
%47.02
%29.59

CMYK Percentages of Color #66cd81

%50
%0
%37
%20

Triadic Colors of #66cd81

#66cd81 #8166cd #cd8166

Analogous Colors of #66cd81

#66cd81 #66cdb5 #7fcd66

Monochromatic Colors of #66cd81

#66cd81

Complementary Color

#66cd81 #cd66b2

#66cd81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66cd81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#66cd81 Color CSS Codes

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

#66cd81 Text Font Color

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

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


#66cd81 Background Color

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

This div background color is #66cd81


#66cd81 Border Color

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

This div border color is #66cd81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66cd81


Comments

No comments written yet.

Please login to write comment.