Color Hex Logo

#66d92e Color Hex

#66D92E
(102,217,46)
0 Favorites   0 Comments

Color spaces of #66d92e

RGB 10221746
HSL0.280.690.52
HSV100°79°85°
CMYK 0.530.000.79   0.15
XYZ30.785552.647711.1242
Yxy52.64770.32560.5568
Hunter Lab72.5587-51.243141.7012
CIE-Lab77.6665-60.357067.9966

#66d92e color RGB value is (102,217,46).

#66d92e hex color red value is 102, green value is 217 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #66d92e hue: 0.28 , saturation: 0.69 and the lightness value of 66d92e is 0.52.

The process color (four color CMYK) of #66d92e color hex is 0.53, 0.00, 0.79, 0.15. Web safe color of #66d92e is #66cc33. Color #66d92e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 11011001 00101110
Octal 146 331 56
Decimal 102 217 46
Hex 66 D9 2E

RGB Percentages of Color #66d92e

%27.95
%59.45
%12.60

CMYK Percentages of Color #66d92e

%53
%0
%79
%15

Triadic Colors of #66d92e

#66d92e #2e66d9 #d92e66

Analogous Colors of #66d92e

#66d92e #2ed94c #bcd92e

Monochromatic Colors of #66d92e

#66d92e

Complementary Color

#66d92e #a12ed9

#66d92e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66d92e Color Preview on White Background

Lorem ipsum dolor sit amet.

#66d92e Color CSS Codes

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

#66d92e Text Font Color

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

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


#66d92e Background Color

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

This div background color is #66d92e


#66d92e Border Color

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

This div border color is #66d92e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66d92e


Comments

No comments written yet.

Please login to write comment.