Color Hex Logo

#7eebbc Color Hex

#7EEBBC
(126,235,188)
0 Favorites   0 Comments

Color spaces of #7eebbc

RGB 126235188
HSL0.430.730.71
HSV154°46°92°
CMYK 0.460.000.20   0.08
XYZ47.389667.483158.1048
Yxy67.48310.27400.3901
Hunter Lab82.1481-40.786115.5668
CIE-Lab85.7473-42.088913.2028

#7eebbc color RGB value is (126,235,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11101011 10111100
Octal 176 353 274
Decimal 126 235 188
Hex 7E EB BC

RGB Percentages of Color #7eebbc

%22.95
%42.81
%34.24

CMYK Percentages of Color #7eebbc

%46
%0
%20
%8

Triadic Colors of #7eebbc

#7eebbc #bc7eeb #ebbc7e

Analogous Colors of #7eebbc

#7eebbc #7ee4eb #7eeb86

Monochromatic Colors of #7eebbc

#7eebbc

Complementary Color

#7eebbc #eb7ead

#7eebbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eebbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eebbc Color CSS Codes

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

#7eebbc Text Font Color

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

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


#7eebbc Background Color

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

This div background color is #7eebbc


#7eebbc Border Color

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

This div border color is #7eebbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eebbc


Comments

No comments written yet.

Please login to write comment.