Color Hex Logo

#7ffbee Color Hex

#7FFBEE
(127,251,238)
0 Favorites   0 Comments

Color spaces of #7ffbee

RGB 127251238
HSL0.480.940.74
HSV174°49°98°
CMYK 0.490.000.05   0.02
XYZ58.682279.679493.1757
Yxy79.67940.25340.3441
Hunter Lab89.2633-38.86390.5957
CIE-Lab91.5408-37.7834-4.4641

#7ffbee color RGB value is (127,251,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11111011 11101110
Octal 177 373 356
Decimal 127 251 238
Hex 7F FB EE

RGB Percentages of Color #7ffbee

%20.62
%40.75
%38.64

CMYK Percentages of Color #7ffbee

%49
%0
%5
%2

Triadic Colors of #7ffbee

#7ffbee #ee7ffb #fbee7f

Analogous Colors of #7ffbee

#7ffbee #7fcafb #7ffbb0

Monochromatic Colors of #7ffbee

#7ffbee

Complementary Color

#7ffbee #fb7f8c

#7ffbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ffbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ffbee Color CSS Codes

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

#7ffbee Text Font Color

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

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


#7ffbee Background Color

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

This div background color is #7ffbee


#7ffbee Border Color

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

This div border color is #7ffbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ffbee


Comments

No comments written yet.

Please login to write comment.