Color Hex Logo

#7ebcab Color Hex

#7EBCAB
(126,188,171)
0 Favorites   0 Comments

Color spaces of #7ebcab

RGB 126188171
HSL0.450.320.62
HSV164°33°74°
CMYK 0.330.000.09   0.26
XYZ33.938143.342345.1053
Yxy43.34230.27730.3541
Hunter Lab65.8349-23.19375.4632
CIE-Lab71.7867-23.67032.2650

#7ebcab color RGB value is (126,188,171).

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

The process color (four color CMYK) of #7ebcab color hex is 0.33, 0.00, 0.09, 0.26. Web safe color of #7ebcab is #66cc99. Color #7ebcab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10111100 10101011
Octal 176 274 253
Decimal 126 188 171
Hex 7E BC AB

RGB Percentages of Color #7ebcab

%25.98
%38.76
%35.26

CMYK Percentages of Color #7ebcab

%33
%0
%9
%26

Triadic Colors of #7ebcab

#7ebcab #ab7ebc #bcab7e

Analogous Colors of #7ebcab

#7ebcab #7eaebc #7ebc8c

Monochromatic Colors of #7ebcab

#7ebcab

Complementary Color

#7ebcab #bc7e8f

#7ebcab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ebcab Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ebcab Color CSS Codes

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

#7ebcab Text Font Color

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

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


#7ebcab Background Color

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

This div background color is #7ebcab


#7ebcab Border Color

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

This div border color is #7ebcab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ebcab


Comments

No comments written yet.

Please login to write comment.