Color Hex Logo

#7cfbac Color Hex

#7CFBAC
(124,251,172)
0 Favorites   0 Comments

Color spaces of #7cfbac

RGB 124251172
HSL0.400.940.74
HSV143°51°98°
CMYK 0.510.000.31   0.02
XYZ50.255876.258051.1002
Yxy76.25800.28290.4293
Hunter Lab87.3258-50.093926.4335
CIE-Lab89.9790-52.491627.2986

#7cfbac color RGB value is (124,251,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11111011 10101100
Octal 174 373 254
Decimal 124 251 172
Hex 7C FB AC

RGB Percentages of Color #7cfbac

%22.67
%45.89
%31.44

CMYK Percentages of Color #7cfbac

%51
%0
%31
%2

Triadic Colors of #7cfbac

#7cfbac #ac7cfb #fbac7c

Analogous Colors of #7cfbac

#7cfbac #7cfbec #8cfb7c

Monochromatic Colors of #7cfbac

#7cfbac

Complementary Color

#7cfbac #fb7ccb

#7cfbac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cfbac Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cfbac Color CSS Codes

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

#7cfbac Text Font Color

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

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


#7cfbac Background Color

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

This div background color is #7cfbac


#7cfbac Border Color

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

This div border color is #7cfbac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cfbac


Comments

No comments written yet.

Please login to write comment.