Color Hex Logo

#7bfe7e Color Hex

#7BFE7E
(123,254,126)
0 Favorites   0 Comments

Color spaces of #7bfe7e

RGB 123254126
HSL0.340.980.74
HSV121°52°100°
CMYK 0.520.000.50   0.00
XYZ47.376176.600932.0271
Yxy76.60090.30370.4910
Hunter Lab87.5219-56.540439.5692
CIE-Lab90.1376-61.050149.9864

#7bfe7e color RGB value is (123,254,126).

#7bfe7e hex color red value is 123, green value is 254 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #7bfe7e hue: 0.34 , saturation: 0.98 and the lightness value of 7bfe7e is 0.74.

The process color (four color CMYK) of #7bfe7e color hex is 0.52, 0.00, 0.50, 0.00. Web safe color of #7bfe7e is #66ff66. Color #7bfe7e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 11111110 01111110
Octal 173 376 176
Decimal 123 254 126
Hex 7B FE 7E

RGB Percentages of Color #7bfe7e

%24.45
%50.50
%25.05

CMYK Percentages of Color #7bfe7e

%52
%0
%50
%0

Triadic Colors of #7bfe7e

#7bfe7e #7e7bfe #fe7e7b

Analogous Colors of #7bfe7e

#7bfe7e #7bfec0 #bafe7b

Monochromatic Colors of #7bfe7e

#7bfe7e

Complementary Color

#7bfe7e #fe7bfb

#7bfe7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bfe7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bfe7e Color CSS Codes

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

#7bfe7e Text Font Color

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

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


#7bfe7e Background Color

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

This div background color is #7bfe7e


#7bfe7e Border Color

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

This div border color is #7bfe7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bfe7e


Comments

No comments written yet.

Please login to write comment.