Color Hex Logo

#7ebfab Color Hex

#7EBFAB
(126,191,171)
0 Favorites   0 Comments

Color spaces of #7ebfab

RGB 126191171
HSL0.450.340.62
HSV162°34°75°
CMYK 0.340.000.10   0.25
XYZ34.585744.637545.3211
Yxy44.63750.27770.3584
Hunter Lab66.8113-24.51706.5488
CIE-Lab72.6526-25.16053.5205

#7ebfab color RGB value is (126,191,171).

#7ebfab hex color red value is 126, green value is 191 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #7ebfab hue: 0.45 , saturation: 0.34 and the lightness value of 7ebfab is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 10111111 10101011
Octal 176 277 253
Decimal 126 191 171
Hex 7E BF AB

RGB Percentages of Color #7ebfab

%25.82
%39.14
%35.04

CMYK Percentages of Color #7ebfab

%34
%0
%10
%25

Triadic Colors of #7ebfab

#7ebfab #ab7ebf #bfab7e

Analogous Colors of #7ebfab

#7ebfab #7eb3bf #7ebf8b

Monochromatic Colors of #7ebfab

#7ebfab

Complementary Color

#7ebfab #bf7e92

#7ebfab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ebfab Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ebfab Color CSS Codes

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

#7ebfab Text Font Color

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

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


#7ebfab Background Color

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

This div background color is #7ebfab


#7ebfab Border Color

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

This div border color is #7ebfab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ebfab


Comments

No comments written yet.

Please login to write comment.