Color Hex Logo

#7ffbbd Color Hex

#7FFBBD
(127,251,189)
0 Favorites   0 Comments

Color spaces of #7ffbbd

RGB 127251189
HSL0.420.940.74
HSV150°49°98°
CMYK 0.490.000.25   0.02
XYZ52.434977.180560.2778
Yxy77.18050.27610.4064
Hunter Lab87.8524-47.203720.8163
CIE-Lab90.4046-48.565019.2351

#7ffbbd color RGB value is (127,251,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11111011 10111101
Octal 177 373 275
Decimal 127 251 189
Hex 7F FB BD

RGB Percentages of Color #7ffbbd

%22.40
%44.27
%33.33

CMYK Percentages of Color #7ffbbd

%49
%0
%25
%2

Triadic Colors of #7ffbbd

#7ffbbd #bd7ffb #fbbd7f

Analogous Colors of #7ffbbd

#7ffbbd #7ffbfb #7ffb7f

Monochromatic Colors of #7ffbbd

#7ffbbd

Complementary Color

#7ffbbd #fb7fbd

#7ffbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ffbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ffbbd Color CSS Codes

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

#7ffbbd Text Font Color

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

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


#7ffbbd Background Color

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

This div background color is #7ffbbd


#7ffbbd Border Color

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

This div border color is #7ffbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ffbbd


Comments

No comments written yet.

Please login to write comment.