Color Hex Logo

#7ff952 Color Hex

#7FF952
(127,249,82)
0 Favorites   0 Comments

Color spaces of #7ff952

RGB 12724982
HSL0.290.930.65
HSV104°67°98°
CMYK 0.490.000.67   0.02
XYZ44.151172.872619.7215
Yxy72.87260.32290.5329
Hunter Lab85.3654-57.069146.0584
CIE-Lab88.3869-62.711866.8182

#7ff952 color RGB value is (127,249,82).

#7ff952 hex color red value is 127, green value is 249 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #7ff952 hue: 0.29 , saturation: 0.93 and the lightness value of 7ff952 is 0.65.

The process color (four color CMYK) of #7ff952 color hex is 0.49, 0.00, 0.67, 0.02. Web safe color of #7ff952 is #66ff66. Color #7ff952 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 11111001 01010010
Octal 177 371 122
Decimal 127 249 82
Hex 7F F9 52

RGB Percentages of Color #7ff952

%27.73
%54.37
%17.90

CMYK Percentages of Color #7ff952

%49
%0
%67
%2

Triadic Colors of #7ff952

#7ff952 #527ff9 #f9527f

Analogous Colors of #7ff952

#7ff952 #52f979 #d3f952

Monochromatic Colors of #7ff952

#7ff952

Complementary Color

#7ff952 #cc52f9

#7ff952 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ff952 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ff952 Color CSS Codes

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

#7ff952 Text Font Color

<p style="color:#7ff952">Text here</p>

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


#7ff952 Background Color

<div style="background-color:#7ff952">
Div content here</div>

This div background color is #7ff952


#7ff952 Border Color

<div style="border:3px solid #7ff952">
Div here</div>

This div border color is #7ff952


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(127,249,82, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7ff952; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7ff952;
  -webkit-box-shadow: 1px 1px 3px 2px #7ff952;
  box-shadow:         1px 1px 3px 2px #7ff952; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(127,249,82, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ff952


Comments

No comments written yet.

Please login to write comment.