Color Hex Logo

#7ffaba Color Hex

#7FFABA
(127,250,186)
0 Favorites   0 Comments

Color spaces of #7ffaba

RGB 127250186
HSL0.410.920.74
HSV149°49°98°
CMYK 0.490.000.26   0.02
XYZ51.800976.428458.4763
Yxy76.42840.27740.4094
Hunter Lab87.4233-47.224321.5380
CIE-Lab90.0579-48.729820.2898

#7ffaba color RGB value is (127,250,186).

#7ffaba hex color red value is 127, green value is 250 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #7ffaba hue: 0.41 , saturation: 0.92 and the lightness value of 7ffaba is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11111010 10111010
Octal 177 372 272
Decimal 127 250 186
Hex 7F FA BA

RGB Percentages of Color #7ffaba

%22.56
%44.40
%33.04

CMYK Percentages of Color #7ffaba

%49
%0
%26
%2

Triadic Colors of #7ffaba

#7ffaba #ba7ffa #faba7f

Analogous Colors of #7ffaba

#7ffaba #7ffaf8 #82fa7f

Monochromatic Colors of #7ffaba

#7ffaba

Complementary Color

#7ffaba #fa7fbf

#7ffaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ffaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ffaba Color CSS Codes

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

#7ffaba Text Font Color

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

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


#7ffaba Background Color

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

This div background color is #7ffaba


#7ffaba Border Color

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

This div border color is #7ffaba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ffaba

Related Colors


Comments

No comments written yet.

Please login to write comment.