Color Hex Logo

#66bb55 Color Hex

#66BB55
(102,187,85)
1 Favorites   0 Comments

Color spaces of #66bb55

RGB 10218785
HSL0.310.430.53
HSV110°55°73°
CMYK 0.450.000.55   0.27
XYZ24.889539.021314.8144
Yxy39.02130.31620.4957
Hunter Lab62.4670-38.195429.6660
CIE-Lab68.7667-45.487243.2836

#66bb55 color RGB value is (102,187,85). This hex color code is also a web safe color which is equal to #6B5.

#66bb55 hex color red value is 102, green value is 187 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #66bb55 hue: 0.31 , saturation: 0.43 and the lightness value of 66bb55 is 0.53.

The process color (four color CMYK) of #66bb55 color hex is 0.45, 0.00, 0.55, 0.27. Web safe color of #66bb55 is #66cc66. Color #66bb55 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10111011 01010101
Octal 146 273 125
Decimal 102 187 85
Hex 66 BB 55

RGB Percentages of Color #66bb55

%27.27
%50.00
%22.73

CMYK Percentages of Color #66bb55

%45
%0
%55
%27

Triadic Colors of #66bb55

#66bb55 #5566bb #bb5566

Analogous Colors of #66bb55

#66bb55 #55bb77 #99bb55

Monochromatic Colors of #66bb55

#66bb55

Complementary Color

#66bb55 #aa55bb

#66bb55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66bb55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#66bb55 Color CSS Codes

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

#66bb55 Text Font Color

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

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


#66bb55 Background Color

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

This div background color is #66bb55


#66bb55 Border Color

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

This div border color is #66bb55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66bb55


Comments

No comments written yet.

Please login to write comment.