Color Hex Logo

#7eacbe Color Hex

#7EACBE
(126,172,190)
0 Favorites   0 Comments

Color spaces of #7eacbe

RGB 126172190
HSL0.550.330.62
HSV197°34°75°
CMYK 0.340.090.00   0.25
XYZ32.651037.658454.2631
Yxy37.65840.26210.3023
Hunter Lab61.3664-12.4175-9.4705
CIE-Lab67.7681-10.8909-14.1388

#7eacbe color RGB value is (126,172,190).

#7eacbe hex color red value is 126, green value is 172 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #7eacbe hue: 0.55 , saturation: 0.33 and the lightness value of 7eacbe is 0.62.

The process color (four color CMYK) of #7eacbe color hex is 0.34, 0.09, 0.00, 0.25. Web safe color of #7eacbe is #6699cc. Color #7eacbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10101100 10111110
Octal 176 254 276
Decimal 126 172 190
Hex 7E AC BE

RGB Percentages of Color #7eacbe

%25.82
%35.25
%38.93

CMYK Percentages of Color #7eacbe

%34
%9
%0
%25

Triadic Colors of #7eacbe

#7eacbe #be7eac #acbe7e

Analogous Colors of #7eacbe

#7eacbe #7e8cbe #7ebeb0

Monochromatic Colors of #7eacbe

#7eacbe

Complementary Color

#7eacbe #be907e

#7eacbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eacbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eacbe Color CSS Codes

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

#7eacbe Text Font Color

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

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


#7eacbe Background Color

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

This div background color is #7eacbe


#7eacbe Border Color

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

This div border color is #7eacbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eacbe


Comments

No comments written yet.

Please login to write comment.