Color Hex Logo

#7eebbe Color Hex

#7EEBBE
(126,235,190)
0 Favorites   0 Comments

Color spaces of #7eebbe

RGB 126235190
HSL0.430.730.71
HSV155°46°92°
CMYK 0.460.000.19   0.08
XYZ47.606867.570059.2484
Yxy67.57000.27290.3874
Hunter Lab82.2010-40.473214.8059
CIE-Lab85.7910-41.672212.2207

#7eebbe color RGB value is (126,235,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11101011 10111110
Octal 176 353 276
Decimal 126 235 190
Hex 7E EB BE

RGB Percentages of Color #7eebbe

%22.87
%42.65
%34.48

CMYK Percentages of Color #7eebbe

%46
%0
%19
%8

Triadic Colors of #7eebbe

#7eebbe #be7eeb #ebbe7e

Analogous Colors of #7eebbe

#7eebbe #7ee2eb #7eeb88

Monochromatic Colors of #7eebbe

#7eebbe

Complementary Color

#7eebbe #eb7eab

#7eebbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eebbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eebbe Color CSS Codes

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

#7eebbe Text Font Color

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

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


#7eebbe Background Color

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

This div background color is #7eebbe


#7eebbe Border Color

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

This div border color is #7eebbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eebbe


Comments

No comments written yet.

Please login to write comment.