Color Hex Logo

#7ffeb0 Color Hex

#7FFEB0
(127,254,176)
0 Favorites   0 Comments

Color spaces of #7ffeb0

RGB 127254176
HSL0.400.980.75
HSV143°50°100°
CMYK 0.500.000.31   0.00
XYZ52.030778.530253.4898
Yxy78.53020.28270.4267
Hunter Lab88.6173-50.275826.2444
CIE-Lab91.0213-52.279526.7098

#7ffeb0 color RGB value is (127,254,176).

#7ffeb0 hex color red value is 127, green value is 254 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #7ffeb0 hue: 0.40 , saturation: 0.98 and the lightness value of 7ffeb0 is 0.75.

The process color (four color CMYK) of #7ffeb0 color hex is 0.50, 0.00, 0.31, 0.00. Web safe color of #7ffeb0 is #66ff99. Color #7ffeb0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 11111110 10110000
Octal 177 376 260
Decimal 127 254 176
Hex 7F FE B0

RGB Percentages of Color #7ffeb0

%22.80
%45.60
%31.60

CMYK Percentages of Color #7ffeb0

%50
%0
%31
%0

Triadic Colors of #7ffeb0

#7ffeb0 #b07ffe #feb07f

Analogous Colors of #7ffeb0

#7ffeb0 #7ffef0 #8efe7f

Monochromatic Colors of #7ffeb0

#7ffeb0

Complementary Color

#7ffeb0 #fe7fcd

#7ffeb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ffeb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ffeb0 Color CSS Codes

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

#7ffeb0 Text Font Color

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

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


#7ffeb0 Background Color

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

This div background color is #7ffeb0


#7ffeb0 Border Color

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

This div border color is #7ffeb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ffeb0


Comments

No comments written yet.

Please login to write comment.