Color Hex Logo

#7cffbe Color Hex

#7CFFBE
(124,255,190)
0 Favorites   0 Comments

Color spaces of #7cffbe

RGB 124255190
HSL0.421.000.74
HSV150°51°100°
CMYK 0.510.000.25   0.00
XYZ53.366479.522861.2519
Yxy79.52280.27490.4096
Hunter Lab89.1756-49.235321.6984
CIE-Lab91.4703-50.744420.1926

#7cffbe color RGB value is (124,255,190).

#7cffbe hex color red value is 124, green value is 255 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #7cffbe hue: 0.42 , saturation: 1.00 and the lightness value of 7cffbe is 0.74.

The process color (four color CMYK) of #7cffbe color hex is 0.51, 0.00, 0.25, 0.00. Web safe color of #7cffbe is #66ffcc. Color #7cffbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 11111111 10111110
Octal 174 377 276
Decimal 124 255 190
Hex 7C FF BE

RGB Percentages of Color #7cffbe

%21.79
%44.82
%33.39

CMYK Percentages of Color #7cffbe

%51
%0
%25
%0

Triadic Colors of #7cffbe

#7cffbe #be7cff #ffbe7c

Analogous Colors of #7cffbe

#7cffbe #7cffff #7cff7d

Monochromatic Colors of #7cffbe

#7cffbe

Complementary Color

#7cffbe #ff7cbd

#7cffbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cffbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cffbe Color CSS Codes

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

#7cffbe Text Font Color

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

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


#7cffbe Background Color

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

This div background color is #7cffbe


#7cffbe Border Color

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

This div border color is #7cffbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cffbe


Comments

No comments written yet.

Please login to write comment.