Color Hex Logo

#087eac Color Hex

#087EAC
(8,126,172)
0 Favorites   0 Comments

Color spaces of #087eac

RGB 8126172
HSL0.550.910.35
HSV197°95°67°
CMYK 0.950.270.00   0.33
XYZ15.007417.951941.7038
Yxy17.95190.20100.2404
Hunter Lab42.3697-10.9220-28.6994
CIE-Lab49.4377-11.8133-32.4216

#087eac color RGB value is (8,126,172).

#087eac hex color red value is 8, green value is 126 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #087eac hue: 0.55 , saturation: 0.91 and the lightness value of 087eac is 0.35.

The process color (four color CMYK) of #087eac color hex is 0.95, 0.27, 0.00, 0.33. Web safe color of #087eac is #006699. Color #087eac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01111110 10101100
Octal 10 176 254
Decimal 8 126 172
Hex 8 7E AC

RGB Percentages of Color #087eac

%2.61
%41.18
%56.21

CMYK Percentages of Color #087eac

%95
%27
%0
%33

Triadic Colors of #087eac

#087eac #ac087e #7eac08

Analogous Colors of #087eac

#087eac #082cac #08ac88

Monochromatic Colors of #087eac

#087eac

Complementary Color

#087eac #ac3608

#087eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#087eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#087eac Color CSS Codes

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

#087eac Text Font Color

<p style="color:#087eac">Text here</p>

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


#087eac Background Color

<div style="background-color:#087eac">
Div content here</div>

This div background color is #087eac


#087eac Border Color

<div style="border:3px solid #087eac">
Div here</div>

This div border color is #087eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #087eac


Comments

No comments written yet.

Please login to write comment.