Color Hex Logo

#7ebeae Color Hex

#7EBEAE
(126,190,174)
0 Favorites   0 Comments

Color spaces of #7ebeae

RGB 126190174
HSL0.460.330.62
HSV165°34°75°
CMYK 0.340.000.08   0.25
XYZ34.657644.318546.7721
Yxy44.31850.27560.3524
Hunter Lab66.5721-23.57384.9447
CIE-Lab72.4409-24.00091.5786

#7ebeae color RGB value is (126,190,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 10111110 10101110
Octal 176 276 256
Decimal 126 190 174
Hex 7E BE AE

RGB Percentages of Color #7ebeae

%25.71
%38.78
%35.51

CMYK Percentages of Color #7ebeae

%34
%0
%8
%25

Triadic Colors of #7ebeae

#7ebeae #ae7ebe #beae7e

Analogous Colors of #7ebeae

#7ebeae #7eaebe #7ebe8e

Monochromatic Colors of #7ebeae

#7ebeae

Complementary Color

#7ebeae #be7e8e

#7ebeae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ebeae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ebeae Color CSS Codes

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

#7ebeae Text Font Color

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

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


#7ebeae Background Color

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

This div background color is #7ebeae


#7ebeae Border Color

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

This div border color is #7ebeae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ebeae


Comments

No comments written yet.

Please login to write comment.