Color Hex Logo

#7eacbc Color Hex

#7EACBC
(126,172,188)
0 Favorites   0 Comments

Color spaces of #7eacbc

RGB 126172188
HSL0.540.320.62
HSV195°33°74°
CMYK 0.330.090.00   0.26
XYZ32.433837.571553.1195
Yxy37.57150.26340.3051
Hunter Lab61.2956-12.8162-8.4745
CIE-Lab67.7036-11.3912-13.1281

#7eacbc color RGB value is (126,172,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 10101100 10111100
Octal 176 254 274
Decimal 126 172 188
Hex 7E AC BC

RGB Percentages of Color #7eacbc

%25.93
%35.39
%38.68

CMYK Percentages of Color #7eacbc

%33
%9
%0
%26

Triadic Colors of #7eacbc

#7eacbc #bc7eac #acbc7e

Analogous Colors of #7eacbc

#7eacbc #7e8dbc #7ebcad

Monochromatic Colors of #7eacbc

#7eacbc

Complementary Color

#7eacbc #bc8e7e

#7eacbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eacbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eacbc Color CSS Codes

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

#7eacbc Text Font Color

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

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


#7eacbc Background Color

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

This div background color is #7eacbc


#7eacbc Border Color

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

This div border color is #7eacbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eacbc


Comments

No comments written yet.

Please login to write comment.