Color Hex Logo

#7fe8ba Color Hex

#7FE8BA
(127,232,186)
0 Favorites   0 Comments

Color spaces of #7fe8ba

RGB 127232186
HSL0.430.700.70
HSV154°45°91°
CMYK 0.450.000.20   0.09
XYZ46.471965.770456.7000
Yxy65.77040.27510.3893
Hunter Lab81.0990-39.637815.3169
CIE-Lab84.8792-40.922813.0241

#7fe8ba color RGB value is (127,232,186).

#7fe8ba hex color red value is 127, green value is 232 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #7fe8ba hue: 0.43 , saturation: 0.70 and the lightness value of 7fe8ba is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11101000 10111010
Octal 177 350 272
Decimal 127 232 186
Hex 7F E8 BA

RGB Percentages of Color #7fe8ba

%23.30
%42.57
%34.13

CMYK Percentages of Color #7fe8ba

%45
%0
%20
%9

Triadic Colors of #7fe8ba

#7fe8ba #ba7fe8 #e8ba7f

Analogous Colors of #7fe8ba

#7fe8ba #7fe2e8 #7fe886

Monochromatic Colors of #7fe8ba

#7fe8ba

Complementary Color

#7fe8ba #e87fad

#7fe8ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fe8ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fe8ba Color CSS Codes

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

#7fe8ba Text Font Color

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

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


#7fe8ba Background Color

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

This div background color is #7fe8ba


#7fe8ba Border Color

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

This div border color is #7fe8ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(127,232,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 #7fe8ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fe8ba


Comments

No comments written yet.

Please login to write comment.