Color Hex Logo

#7ebeaf Color Hex

#7EBEAF
(126,190,175)
0 Favorites   0 Comments

Color spaces of #7ebeaf

RGB 126190175
HSL0.460.330.62
HSV166°34°75°
CMYK 0.340.000.08   0.25
XYZ34.755544.357747.2875
Yxy44.35770.27500.3509
Hunter Lab66.6016-23.40404.5249
CIE-Lab72.4669-23.77721.0712

#7ebeaf color RGB value is (126,190,175).

#7ebeaf hex color red value is 126, green value is 190 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #7ebeaf hue: 0.46 , saturation: 0.33 and the lightness value of 7ebeaf is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 10111110 10101111
Octal 176 276 257
Decimal 126 190 175
Hex 7E BE AF

RGB Percentages of Color #7ebeaf

%25.66
%38.70
%35.64

CMYK Percentages of Color #7ebeaf

%34
%0
%8
%25

Triadic Colors of #7ebeaf

#7ebeaf #af7ebe #beaf7e

Analogous Colors of #7ebeaf

#7ebeaf #7eadbe #7ebe8f

Monochromatic Colors of #7ebeaf

#7ebeaf

Complementary Color

#7ebeaf #be7e8d

#7ebeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ebeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ebeaf Color CSS Codes

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

#7ebeaf Text Font Color

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

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


#7ebeaf Background Color

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

This div background color is #7ebeaf


#7ebeaf Border Color

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

This div border color is #7ebeaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ebeaf


Comments

No comments written yet.

Please login to write comment.