Color Hex Logo

#7fffbb Color Hex

#7FFFBB
(127,255,187)
0 Favorites   0 Comments

Color spaces of #7fffbb

RGB 127255187
HSL0.411.000.75
HSV148°50°100°
CMYK 0.500.000.27   0.00
XYZ53.482079.619959.5631
Yxy79.61990.27760.4133
Hunter Lab89.2300-49.164522.8835
CIE-Lab91.5140-50.635221.7995

#7fffbb color RGB value is (127,255,187).

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

The process color (four color CMYK) of #7fffbb color hex is 0.50, 0.00, 0.27, 0.00. Web safe color of #7fffbb is #66ffcc. Color #7fffbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 11111111 10111011
Octal 177 377 273
Decimal 127 255 187
Hex 7F FF BB

RGB Percentages of Color #7fffbb

%22.32
%44.82
%32.86

CMYK Percentages of Color #7fffbb

%50
%0
%27
%0

Triadic Colors of #7fffbb

#7fffbb #bb7fff #ffbb7f

Analogous Colors of #7fffbb

#7fffbb #7ffffb #83ff7f

Monochromatic Colors of #7fffbb

#7fffbb

Complementary Color

#7fffbb #ff7fc3

#7fffbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fffbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fffbb Color CSS Codes

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

#7fffbb Text Font Color

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

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


#7fffbb Background Color

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

This div background color is #7fffbb


#7fffbb Border Color

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

This div border color is #7fffbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fffbb

Related Colors


Comments

No comments written yet.

Please login to write comment.