Color Hex Logo

#7ebbaf Color Hex

#7EBBAF
(126,187,175)
0 Favorites   0 Comments

Color spaces of #7ebbaf

RGB 126187175
HSL0.470.310.61
HSV168°33°73°
CMYK 0.330.000.06   0.27
XYZ34.112443.071447.0731
Yxy43.07140.27450.3466
Hunter Lab65.6288-22.07013.4137
CIE-Lab71.6034-22.2741-0.1884

#7ebbaf color RGB value is (126,187,175).

#7ebbaf hex color red value is 126, green value is 187 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #7ebbaf hue: 0.47 , saturation: 0.31 and the lightness value of 7ebbaf is 0.61.

The process color (four color CMYK) of #7ebbaf color hex is 0.33, 0.00, 0.06, 0.27. Web safe color of #7ebbaf is #66cc99. Color #7ebbaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10111011 10101111
Octal 176 273 257
Decimal 126 187 175
Hex 7E BB AF

RGB Percentages of Color #7ebbaf

%25.82
%38.32
%35.86

CMYK Percentages of Color #7ebbaf

%33
%0
%6
%27

Triadic Colors of #7ebbaf

#7ebbaf #af7ebb #bbaf7e

Analogous Colors of #7ebbaf

#7ebbaf #7ea9bb #7ebb91

Monochromatic Colors of #7ebbaf

#7ebbaf

Complementary Color

#7ebbaf #bb7e8a

#7ebbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ebbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ebbaf Color CSS Codes

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

#7ebbaf Text Font Color

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

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


#7ebbaf Background Color

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

This div background color is #7ebbaf


#7ebbaf Border Color

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

This div border color is #7ebbaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ebbaf


Comments

No comments written yet.

Please login to write comment.