Color Hex Logo

#087eae Color Hex

#087EAE
(8,126,174)
0 Favorites   0 Comments

Color spaces of #087eae

RGB 8126174
HSL0.550.910.36
HSV197°95°68°
CMYK 0.950.280.00   0.32
XYZ15.201018.029342.7232
Yxy18.02930.20010.2374
Hunter Lab42.4609-10.4037-29.9336
CIE-Lab49.5316-11.0609-33.4336

#087eae color RGB value is (8,126,174).

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

The process color (four color CMYK) of #087eae color hex is 0.95, 0.28, 0.00, 0.32. Web safe color of #087eae is #006699. Color #087eae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01111110 10101110
Octal 10 176 256
Decimal 8 126 174
Hex 8 7E AE

RGB Percentages of Color #087eae

%2.60
%40.91
%56.49

CMYK Percentages of Color #087eae

%95
%28
%0
%32

Triadic Colors of #087eae

#087eae #ae087e #7eae08

Analogous Colors of #087eae

#087eae #082bae #08ae8b

Monochromatic Colors of #087eae

#087eae

Complementary Color

#087eae #ae3808

#087eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#087eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#087eae Color CSS Codes

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

#087eae Text Font Color

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

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


#087eae Background Color

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

This div background color is #087eae


#087eae Border Color

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

This div border color is #087eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #087eae


Comments

No comments written yet.

Please login to write comment.