Color Hex Logo

#7eeebb Color Hex

#7EEEBB
(126,238,187)
0 Favorites   0 Comments

Color spaces of #7eeebb

RGB 126238187
HSL0.420.770.71
HSV153°47°93°
CMYK 0.470.000.21   0.07
XYZ48.148469.172557.8277
Yxy69.17250.27490.3949
Hunter Lab83.1700-42.211116.9950
CIE-Lab86.5894-43.613614.9130

#7eeebb color RGB value is (126,238,187).

#7eeebb hex color red value is 126, green value is 238 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #7eeebb hue: 0.42 , saturation: 0.77 and the lightness value of 7eeebb is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11101110 10111011
Octal 176 356 273
Decimal 126 238 187
Hex 7E EE BB

RGB Percentages of Color #7eeebb

%22.87
%43.19
%33.94

CMYK Percentages of Color #7eeebb

%47
%0
%21
%7

Triadic Colors of #7eeebb

#7eeebb #bb7eee #eebb7e

Analogous Colors of #7eeebb

#7eeebb #7ee9ee #7eee83

Monochromatic Colors of #7eeebb

#7eeebb

Complementary Color

#7eeebb #ee7eb1

#7eeebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eeebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eeebb Color CSS Codes

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

#7eeebb Text Font Color

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

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


#7eeebb Background Color

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

This div background color is #7eeebb


#7eeebb Border Color

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

This div border color is #7eeebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eeebb


Comments

No comments written yet.

Please login to write comment.