Color Hex Logo

#7fffbc Color Hex

#7FFFBC
(127,255,188)
0 Favorites   0 Comments

Color spaces of #7fffbc

RGB 127255188
HSL0.411.000.75
HSV149°50°100°
CMYK 0.500.000.26   0.00
XYZ53.589579.662960.1290
Yxy79.66290.27710.4119
Hunter Lab89.2541-49.020522.5352
CIE-Lab91.5334-50.442221.3165

#7fffbc color RGB value is (127,255,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11111111 10111100
Octal 177 377 274
Decimal 127 255 188
Hex 7F FF BC

RGB Percentages of Color #7fffbc

%22.28
%44.74
%32.98

CMYK Percentages of Color #7fffbc

%50
%0
%26
%0

Triadic Colors of #7fffbc

#7fffbc #bc7fff #ffbc7f

Analogous Colors of #7fffbc

#7fffbc #7ffffc #82ff7f

Monochromatic Colors of #7fffbc

#7fffbc

Complementary Color

#7fffbc #ff7fc2

#7fffbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fffbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fffbc Color CSS Codes

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

#7fffbc Text Font Color

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

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


#7fffbc Background Color

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

This div background color is #7fffbc


#7fffbc Border Color

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

This div border color is #7fffbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fffbc

Related Colors


Comments

No comments written yet.

Please login to write comment.