Color Hex Logo

#7febaa Color Hex

#7FEBAA
(127,235,170)
0 Favorites   0 Comments

Color spaces of #7febaa

RGB 127235170
HSL0.400.730.71
HSV144°46°92°
CMYK 0.460.000.28   0.08
XYZ45.716466.831048.5204
Yxy66.83100.28380.4149
Hunter Lab81.7502-43.242122.0354
CIE-Lab85.4185-45.393822.0966

#7febaa color RGB value is (127,235,170).

#7febaa hex color red value is 127, green value is 235 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #7febaa hue: 0.40 , saturation: 0.73 and the lightness value of 7febaa is 0.71.

The process color (four color CMYK) of #7febaa color hex is 0.46, 0.00, 0.28, 0.08. Web safe color of #7febaa is #66ff99. Color #7febaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 11101011 10101010
Octal 177 353 252
Decimal 127 235 170
Hex 7F EB AA

RGB Percentages of Color #7febaa

%23.87
%44.17
%31.95

CMYK Percentages of Color #7febaa

%46
%0
%28
%8

Triadic Colors of #7febaa

#7febaa #aa7feb #ebaa7f

Analogous Colors of #7febaa

#7febaa #7febe0 #8aeb7f

Monochromatic Colors of #7febaa

#7febaa

Complementary Color

#7febaa #eb7fc0

#7febaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7febaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7febaa Color CSS Codes

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

#7febaa Text Font Color

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

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


#7febaa Background Color

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

This div background color is #7febaa


#7febaa Border Color

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

This div border color is #7febaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7febaa


Comments

No comments written yet.

Please login to write comment.