Color Hex Logo

#7eacb5 Color Hex

#7EACB5
(126,172,181)
0 Favorites   0 Comments

Color spaces of #7eacb5

RGB 126172181
HSL0.530.270.60
HSV190°30°71°
CMYK 0.300.050.00   0.29
XYZ31.697237.276949.2406
Yxy37.27690.26810.3153
Hunter Lab61.0548-14.1759-5.0789
CIE-Lab67.4843-13.1111-9.5767

#7eacb5 color RGB value is (126,172,181).

#7eacb5 hex color red value is 126, green value is 172 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #7eacb5 hue: 0.53 , saturation: 0.27 and the lightness value of 7eacb5 is 0.60.

The process color (four color CMYK) of #7eacb5 color hex is 0.30, 0.05, 0.00, 0.29. Web safe color of #7eacb5 is #6699cc. Color #7eacb5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10101100 10110101
Octal 176 254 265
Decimal 126 172 181
Hex 7E AC B5

RGB Percentages of Color #7eacb5

%26.30
%35.91
%37.79

CMYK Percentages of Color #7eacb5

%30
%5
%0
%29

Triadic Colors of #7eacb5

#7eacb5 #b57eac #acb57e

Analogous Colors of #7eacb5

#7eacb5 #7e91b5 #7eb5a3

Monochromatic Colors of #7eacb5

#7eacb5

Complementary Color

#7eacb5 #b5877e

#7eacb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eacb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eacb5 Color CSS Codes

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

#7eacb5 Text Font Color

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

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


#7eacb5 Background Color

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

This div background color is #7eacb5


#7eacb5 Border Color

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

This div border color is #7eacb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eacb5


Comments

No comments written yet.

Please login to write comment.