Color Hex Logo

#7ffbe2 Color Hex

#7FFBE2
(127,251,226)
0 Favorites   0 Comments

Color spaces of #7ffbe2

RGB 127251226
HSL0.470.940.74
HSV168°49°98°
CMYK 0.490.000.10   0.02
XYZ56.977078.997484.1965
Yxy78.99740.25880.3588
Hunter Lab88.8805-41.11316.0509
CIE-Lab91.2331-40.62161.3120

#7ffbe2 color RGB value is (127,251,226).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11111011 11100010
Octal 177 373 342
Decimal 127 251 226
Hex 7F FB E2

RGB Percentages of Color #7ffbe2

%21.03
%41.56
%37.42

CMYK Percentages of Color #7ffbe2

%49
%0
%10
%2

Triadic Colors of #7ffbe2

#7ffbe2 #e27ffb #fbe27f

Analogous Colors of #7ffbe2

#7ffbe2 #7fd6fb #7ffba4

Monochromatic Colors of #7ffbe2

#7ffbe2

Complementary Color

#7ffbe2 #fb7f98

#7ffbe2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ffbe2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ffbe2 Color CSS Codes

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

#7ffbe2 Text Font Color

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

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


#7ffbe2 Background Color

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

This div background color is #7ffbe2


#7ffbe2 Border Color

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

This div border color is #7ffbe2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ffbe2


Comments

No comments written yet.

Please login to write comment.