Color Hex Logo

#7cfb8a Color Hex

#7CFB8A
(124,251,138)
0 Favorites   0 Comments

Color spaces of #7cfb8a

RGB 124251138
HSL0.350.940.74
HSV127°51°98°
CMYK 0.510.000.45   0.02
XYZ47.396875.114436.0452
Yxy75.11440.29890.4737
Hunter Lab86.6686-54.052936.0095
CIE-Lab89.4466-58.013743.4502

#7cfb8a color RGB value is (124,251,138).

#7cfb8a hex color red value is 124, green value is 251 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #7cfb8a hue: 0.35 , saturation: 0.94 and the lightness value of 7cfb8a is 0.74.

The process color (four color CMYK) of #7cfb8a color hex is 0.51, 0.00, 0.45, 0.02. Web safe color of #7cfb8a is #66ff99. Color #7cfb8a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 11111011 10001010
Octal 174 373 212
Decimal 124 251 138
Hex 7C FB 8A

RGB Percentages of Color #7cfb8a

%24.17
%48.93
%26.90

CMYK Percentages of Color #7cfb8a

%51
%0
%45
%2

Triadic Colors of #7cfb8a

#7cfb8a #8a7cfb #fb8a7c

Analogous Colors of #7cfb8a

#7cfb8a #7cfbca #aefb7c

Monochromatic Colors of #7cfb8a

#7cfb8a

Complementary Color

#7cfb8a #fb7ced

#7cfb8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cfb8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cfb8a Color CSS Codes

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

#7cfb8a Text Font Color

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

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


#7cfb8a Background Color

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

This div background color is #7cfb8a


#7cfb8a Border Color

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

This div border color is #7cfb8a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(124,251,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7cfb8a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7cfb8a;
  -webkit-box-shadow: 1px 1px 3px 2px #7cfb8a;
  box-shadow:         1px 1px 3px 2px #7cfb8a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(124,251,138, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cfb8a


Comments

No comments written yet.

Please login to write comment.