Color Hex Logo

#7eebba Color Hex

#7EEBBA
(126,235,186)
0 Favorites   0 Comments

Color spaces of #7eebba

RGB 126235186
HSL0.430.730.71
HSV153°46°92°
CMYK 0.460.000.21   0.08
XYZ47.175467.397556.9770
Yxy67.39750.27500.3929
Hunter Lab82.0960-41.095216.3182
CIE-Lab85.7043-42.501614.1851

#7eebba color RGB value is (126,235,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11101011 10111010
Octal 176 353 272
Decimal 126 235 186
Hex 7E EB BA

RGB Percentages of Color #7eebba

%23.03
%42.96
%34.00

CMYK Percentages of Color #7eebba

%46
%0
%21
%8

Triadic Colors of #7eebba

#7eebba #ba7eeb #ebba7e

Analogous Colors of #7eebba

#7eebba #7ee6eb #7eeb84

Monochromatic Colors of #7eebba

#7eebba

Complementary Color

#7eebba #eb7eaf

#7eebba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eebba Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eebba Color CSS Codes

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

#7eebba Text Font Color

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

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


#7eebba Background Color

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

This div background color is #7eebba


#7eebba Border Color

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

This div border color is #7eebba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eebba


Comments

No comments written yet.

Please login to write comment.