Color Hex Logo

#7eb8af Color Hex

#7EB8AF
(126,184,175)
0 Favorites   0 Comments

Color spaces of #7eb8af

RGB 126184175
HSL0.470.290.61
HSV171°32°72°
CMYK 0.320.000.05   0.28
XYZ33.482541.811746.8632
Yxy41.81170.27410.3423
Hunter Lab64.6620-20.72972.2935
CIE-Lab70.7409-20.7571-1.4503

#7eb8af color RGB value is (126,184,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 10111000 10101111
Octal 176 270 257
Decimal 126 184 175
Hex 7E B8 AF

RGB Percentages of Color #7eb8af

%25.98
%37.94
%36.08

CMYK Percentages of Color #7eb8af

%32
%0
%5
%28

Triadic Colors of #7eb8af

#7eb8af #af7eb8 #b8af7e

Analogous Colors of #7eb8af

#7eb8af #7ea4b8 #7eb892

Monochromatic Colors of #7eb8af

#7eb8af

Complementary Color

#7eb8af #b87e87

#7eb8af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eb8af Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eb8af Color CSS Codes

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

#7eb8af Text Font Color

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

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


#7eb8af Background Color

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

This div background color is #7eb8af


#7eb8af Border Color

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

This div border color is #7eb8af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eb8af


Comments

No comments written yet.

Please login to write comment.