Color Hex Logo

#7cffbc Color Hex

#7CFFBC
(124,255,188)
0 Favorites   0 Comments

Color spaces of #7cffbc

RGB 124255188
HSL0.411.000.74
HSV149°51°100°
CMYK 0.510.000.26   0.00
XYZ53.149379.435960.1084
Yxy79.43590.27580.4122
Hunter Lab89.1268-49.526422.4028
CIE-Lab91.4312-51.135721.1590

#7cffbc color RGB value is (124,255,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11111111 10111100
Octal 174 377 274
Decimal 124 255 188
Hex 7C FF BC

RGB Percentages of Color #7cffbc

%21.87
%44.97
%33.16

CMYK Percentages of Color #7cffbc

%51
%0
%26
%0

Triadic Colors of #7cffbc

#7cffbc #bc7cff #ffbc7c

Analogous Colors of #7cffbc

#7cffbc #7cfffe #7eff7c

Monochromatic Colors of #7cffbc

#7cffbc

Complementary Color

#7cffbc #ff7cbf

#7cffbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cffbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cffbc Color CSS Codes

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

#7cffbc Text Font Color

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

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


#7cffbc Background Color

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

This div background color is #7cffbc


#7cffbc Border Color

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

This div border color is #7cffbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cffbc


Comments

No comments written yet.

Please login to write comment.