Color Hex Logo

#7ebfba Color Hex

#7EBFBA
(126,191,186)
0 Favorites   0 Comments

Color spaces of #7ebfba

RGB 126191186
HSL0.490.340.62
HSV175°34°75°
CMYK 0.340.000.03   0.25
XYZ36.097945.242453.2845
Yxy45.24240.26810.3361
Hunter Lab67.2625-21.91330.1149
CIE-Lab73.0512-21.7504-4.0709

#7ebfba color RGB value is (126,191,186).

#7ebfba hex color red value is 126, green value is 191 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #7ebfba hue: 0.49 , saturation: 0.34 and the lightness value of 7ebfba is 0.62.

The process color (four color CMYK) of #7ebfba color hex is 0.34, 0.00, 0.03, 0.25. Web safe color of #7ebfba is #66cccc. Color #7ebfba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10111111 10111010
Octal 176 277 272
Decimal 126 191 186
Hex 7E BF BA

RGB Percentages of Color #7ebfba

%25.05
%37.97
%36.98

CMYK Percentages of Color #7ebfba

%34
%0
%3
%25

Triadic Colors of #7ebfba

#7ebfba #ba7ebf #bfba7e

Analogous Colors of #7ebfba

#7ebfba #7ea4bf #7ebf9a

Monochromatic Colors of #7ebfba

#7ebfba

Complementary Color

#7ebfba #bf7e83

#7ebfba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ebfba Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ebfba Color CSS Codes

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

#7ebfba Text Font Color

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

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


#7ebfba Background Color

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

This div background color is #7ebfba


#7ebfba Border Color

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

This div border color is #7ebfba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ebfba


Comments

No comments written yet.

Please login to write comment.