Color Hex Logo

#66f775 Color Hex

#66F775
(102,247,117)
0 Favorites   0 Comments

Color spaces of #66f775

RGB 102247117
HSL0.350.900.68
HSV126°59°97°
CMYK 0.590.000.53   0.03
XYZ41.951170.630728.2517
Yxy70.63070.29790.5015
Hunter Lab84.0421-57.972238.8984
CIE-Lab87.3053-64.591250.5495

#66f775 color RGB value is (102,247,117).

#66f775 hex color red value is 102, green value is 247 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #66f775 hue: 0.35 , saturation: 0.90 and the lightness value of 66f775 is 0.68.

The process color (four color CMYK) of #66f775 color hex is 0.59, 0.00, 0.53, 0.03. Web safe color of #66f775 is #66ff66. Color #66f775 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 11110111 01110101
Octal 146 367 165
Decimal 102 247 117
Hex 66 F7 75

RGB Percentages of Color #66f775

%21.89
%53.00
%25.11

CMYK Percentages of Color #66f775

%59
%0
%53
%3

Triadic Colors of #66f775

#66f775 #7566f7 #f77566

Analogous Colors of #66f775

#66f775 #66f7be #a0f766

Monochromatic Colors of #66f775

#66f775

Complementary Color

#66f775 #f766e8

#66f775 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66f775 Color Preview on White Background

Lorem ipsum dolor sit amet.

#66f775 Color CSS Codes

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

#66f775 Text Font Color

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

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


#66f775 Background Color

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

This div background color is #66f775


#66f775 Border Color

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

This div border color is #66f775


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66f775


Comments

No comments written yet.

Please login to write comment.