Color Hex Logo

#7ebcae Color Hex

#7EBCAE
(126,188,174)
0 Favorites   0 Comments

Color spaces of #7ebcae

RGB 126188174
HSL0.460.320.62
HSV166°33°74°
CMYK 0.330.000.07   0.26
XYZ34.227443.458146.6287
Yxy43.45810.27530.3496
Hunter Lab65.9228-22.68684.2087
CIE-Lab71.8648-23.00190.7397

#7ebcae color RGB value is (126,188,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 10111100 10101110
Octal 176 274 256
Decimal 126 188 174
Hex 7E BC AE

RGB Percentages of Color #7ebcae

%25.82
%38.52
%35.66

CMYK Percentages of Color #7ebcae

%33
%0
%7
%26

Triadic Colors of #7ebcae

#7ebcae #ae7ebc #bcae7e

Analogous Colors of #7ebcae

#7ebcae #7eabbc #7ebc8f

Monochromatic Colors of #7ebcae

#7ebcae

Complementary Color

#7ebcae #bc7e8c

#7ebcae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ebcae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ebcae Color CSS Codes

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

#7ebcae Text Font Color

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

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


#7ebcae Background Color

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

This div background color is #7ebcae


#7ebcae Border Color

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

This div border color is #7ebcae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ebcae


Comments

No comments written yet.

Please login to write comment.