Color Hex Logo

#66ee5f Color Hex

#66EE5F
(102,238,95)
0 Favorites   0 Comments

Color spaces of #66ee5f

RGB 10223895
HSL0.330.810.65
HSV117°60°93°
CMYK 0.570.000.60   0.07
XYZ38.119664.800121.3250
Yxy64.80010.30680.5216
Hunter Lab80.4985-56.344840.6423
CIE-Lab84.3806-63.946656.9235

#66ee5f color RGB value is (102,238,95).

#66ee5f hex color red value is 102, green value is 238 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #66ee5f hue: 0.33 , saturation: 0.81 and the lightness value of 66ee5f is 0.65.

The process color (four color CMYK) of #66ee5f color hex is 0.57, 0.00, 0.60, 0.07. Web safe color of #66ee5f is #66ff66. Color #66ee5f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 11101110 01011111
Octal 146 356 137
Decimal 102 238 95
Hex 66 EE 5F

RGB Percentages of Color #66ee5f

%23.45
%54.71
%21.84

CMYK Percentages of Color #66ee5f

%57
%0
%60
%7

Triadic Colors of #66ee5f

#66ee5f #5f66ee #ee5f66

Analogous Colors of #66ee5f

#66ee5f #5feea0 #aeee5f

Monochromatic Colors of #66ee5f

#66ee5f

Complementary Color

#66ee5f #e75fee

#66ee5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66ee5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#66ee5f Color CSS Codes

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

#66ee5f Text Font Color

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

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


#66ee5f Background Color

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

This div background color is #66ee5f


#66ee5f Border Color

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

This div border color is #66ee5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66ee5f


Comments

No comments written yet.

Please login to write comment.