Color Hex Logo

#66ab55 Color Hex

#66AB55
(102,171,85)
0 Favorites   0 Comments

Color spaces of #66ab55

RGB 10217185
HSL0.300.340.50
HSV108°50°67°
CMYK 0.400.000.50   0.33
XYZ21.682132.606513.7452
Yxy32.60650.31870.4793
Hunter Lab57.1021-32.150925.6996
CIE-Lab63.8410-38.633137.3278

#66ab55 color RGB value is (102,171,85).

#66ab55 hex color red value is 102, green value is 171 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #66ab55 hue: 0.30 , saturation: 0.34 and the lightness value of 66ab55 is 0.50.

The process color (four color CMYK) of #66ab55 color hex is 0.40, 0.00, 0.50, 0.33. Web safe color of #66ab55 is #669966. Color #66ab55 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10101011 01010101
Octal 146 253 125
Decimal 102 171 85
Hex 66 AB 55

RGB Percentages of Color #66ab55

%28.49
%47.77
%23.74

CMYK Percentages of Color #66ab55

%40
%0
%50
%33

Triadic Colors of #66ab55

#66ab55 #5566ab #ab5566

Analogous Colors of #66ab55

#66ab55 #55ab6f #91ab55

Monochromatic Colors of #66ab55

#66ab55

Complementary Color

#66ab55 #9a55ab

#66ab55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66ab55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#66ab55 Color CSS Codes

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

#66ab55 Text Font Color

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

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


#66ab55 Background Color

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

This div background color is #66ab55


#66ab55 Border Color

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

This div border color is #66ab55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66ab55


Comments

No comments written yet.

Please login to write comment.