Color Hex Logo

#66e448 Color Hex

#66E448
(102,228,72)
0 Favorites   0 Comments

Color spaces of #66e448

RGB 10222872
HSL0.300.740.59
HSV108°68°89°
CMYK 0.550.000.68   0.11
XYZ34.392658.779515.6638
Yxy58.77950.31600.5401
Hunter Lab76.6678-54.094941.5541
CIE-Lab81.1702-62.540262.7395

#66e448 color RGB value is (102,228,72).

#66e448 hex color red value is 102, green value is 228 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #66e448 hue: 0.30 , saturation: 0.74 and the lightness value of 66e448 is 0.59.

The process color (four color CMYK) of #66e448 color hex is 0.55, 0.00, 0.68, 0.11. Web safe color of #66e448 is #66cc33. Color #66e448 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 11100100 01001000
Octal 146 344 110
Decimal 102 228 72
Hex 66 E4 48

RGB Percentages of Color #66e448

%25.37
%56.72
%17.91

CMYK Percentages of Color #66e448

%55
%0
%68
%11

Triadic Colors of #66e448

#66e448 #4866e4 #e44866

Analogous Colors of #66e448

#66e448 #48e478 #b4e448

Monochromatic Colors of #66e448

#66e448

Complementary Color

#66e448 #c648e4

#66e448 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66e448 Color Preview on White Background

Lorem ipsum dolor sit amet.

#66e448 Color CSS Codes

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

#66e448 Text Font Color

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

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


#66e448 Background Color

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

This div background color is #66e448


#66e448 Border Color

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

This div border color is #66e448


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66e448


Comments

No comments written yet.

Please login to write comment.