Color Hex Logo

#66bb2e Color Hex

#66BB2E
(102,187,46)
0 Favorites   0 Comments

Color spaces of #66bb2e

RGB 10218746
HSL0.270.610.46
HSV96°75°73°
CMYK 0.450.000.75   0.27
XYZ23.743038.56278.7767
Yxy38.56270.33400.5425
Hunter Lab62.0989-40.425035.0895
CIE-Lab68.4333-49.039359.1800

#66bb2e color RGB value is (102,187,46).

#66bb2e hex color red value is 102, green value is 187 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #66bb2e hue: 0.27 , saturation: 0.61 and the lightness value of 66bb2e is 0.46.

The process color (four color CMYK) of #66bb2e color hex is 0.45, 0.00, 0.75, 0.27. Web safe color of #66bb2e is #66cc33. Color #66bb2e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10111011 00101110
Octal 146 273 56
Decimal 102 187 46
Hex 66 BB 2E

RGB Percentages of Color #66bb2e

%30.45
%55.82
%13.73

CMYK Percentages of Color #66bb2e

%45
%0
%75
%27

Triadic Colors of #66bb2e

#66bb2e #2e66bb #bb2e66

Analogous Colors of #66bb2e

#66bb2e #2ebb3c #adbb2e

Monochromatic Colors of #66bb2e

#66bb2e

Complementary Color

#66bb2e #832ebb

#66bb2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66bb2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#66bb2e Color CSS Codes

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

#66bb2e Text Font Color

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

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


#66bb2e Background Color

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

This div background color is #66bb2e


#66bb2e Border Color

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

This div border color is #66bb2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66bb2e


Comments

No comments written yet.

Please login to write comment.