Color Hex Logo

#7ffbe4 Color Hex

#7FFBE4
(127,251,228)
0 Favorites   0 Comments

Color spaces of #7ffbe4

RGB 127251228
HSL0.470.940.74
HSV169°49°98°
CMYK 0.490.000.09   0.02
XYZ57.253279.107885.6506
Yxy79.10780.25790.3563
Hunter Lab88.9426-40.74735.1643
CIE-Lab91.2830-40.15670.3474

#7ffbe4 color RGB value is (127,251,228).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11111011 11100100
Octal 177 373 344
Decimal 127 251 228
Hex 7F FB E4

RGB Percentages of Color #7ffbe4

%20.96
%41.42
%37.62

CMYK Percentages of Color #7ffbe4

%49
%0
%9
%2

Triadic Colors of #7ffbe4

#7ffbe4 #e47ffb #fbe47f

Analogous Colors of #7ffbe4

#7ffbe4 #7fd4fb #7ffba6

Monochromatic Colors of #7ffbe4

#7ffbe4

Complementary Color

#7ffbe4 #fb7f96

#7ffbe4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ffbe4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ffbe4 Color CSS Codes

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

#7ffbe4 Text Font Color

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

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


#7ffbe4 Background Color

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

This div background color is #7ffbe4


#7ffbe4 Border Color

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

This div border color is #7ffbe4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ffbe4

Related Colors


Comments

No comments written yet.

Please login to write comment.