Color Hex Logo

#7ffbbc Color Hex

#7FFBBC
(127,251,188)
0 Favorites   0 Comments

Color spaces of #7ffbbc

RGB 127251188
HSL0.420.940.74
HSV150°49°98°
CMYK 0.490.000.25   0.02
XYZ52.326777.137259.7080
Yxy77.13720.27660.4078
Hunter Lab87.8278-47.350621.1723
CIE-Lab90.3847-48.761419.7199

#7ffbbc color RGB value is (127,251,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11111011 10111100
Octal 177 373 274
Decimal 127 251 188
Hex 7F FB BC

RGB Percentages of Color #7ffbbc

%22.44
%44.35
%33.22

CMYK Percentages of Color #7ffbbc

%49
%0
%25
%2

Triadic Colors of #7ffbbc

#7ffbbc #bc7ffb #fbbc7f

Analogous Colors of #7ffbbc

#7ffbbc #7ffbfa #80fb7f

Monochromatic Colors of #7ffbbc

#7ffbbc

Complementary Color

#7ffbbc #fb7fbe

#7ffbbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ffbbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ffbbc Color CSS Codes

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

#7ffbbc Text Font Color

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

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


#7ffbbc Background Color

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

This div background color is #7ffbbc


#7ffbbc Border Color

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

This div border color is #7ffbbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(127,251,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 #7ffbbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ffbbc


Comments

No comments written yet.

Please login to write comment.