Color Hex Logo

#7eb8ae Color Hex

#7EB8AE
(126,184,174)
0 Favorites   0 Comments

Color spaces of #7eb8ae

RGB 126184174
HSL0.470.290.61
HSV170°32°72°
CMYK 0.320.000.05   0.28
XYZ33.384741.772646.3478
Yxy41.77260.27480.3438
Hunter Lab64.6317-20.90362.7250
CIE-Lab70.7139-20.9847-0.9413

#7eb8ae color RGB value is (126,184,174).

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

The process color (four color CMYK) of #7eb8ae color hex is 0.32, 0.00, 0.05, 0.28. Web safe color of #7eb8ae is #66cc99. Color #7eb8ae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10111000 10101110
Octal 176 270 256
Decimal 126 184 174
Hex 7E B8 AE

RGB Percentages of Color #7eb8ae

%26.03
%38.02
%35.95

CMYK Percentages of Color #7eb8ae

%32
%0
%5
%28

Triadic Colors of #7eb8ae

#7eb8ae #ae7eb8 #b8ae7e

Analogous Colors of #7eb8ae

#7eb8ae #7ea5b8 #7eb891

Monochromatic Colors of #7eb8ae

#7eb8ae

Complementary Color

#7eb8ae #b87e88

#7eb8ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eb8ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eb8ae Color CSS Codes

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

#7eb8ae Text Font Color

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

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


#7eb8ae Background Color

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

This div background color is #7eb8ae


#7eb8ae Border Color

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

This div border color is #7eb8ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eb8ae


Comments

No comments written yet.

Please login to write comment.