Color Hex Logo

#087aae Color Hex

#087AAE
(8,122,174)
0 Favorites   0 Comments

Color spaces of #087aae

RGB 8122174
HSL0.550.910.36
HSV199°95°68°
CMYK 0.950.300.00   0.32
XYZ14.699717.026742.5561
Yxy17.02670.19790.2292
Hunter Lab41.2634-8.6221-32.2630
CIE-Lab48.2937-8.7417-35.3769

#087aae color RGB value is (8,122,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 01111010 10101110
Octal 10 172 256
Decimal 8 122 174
Hex 8 7A AE

RGB Percentages of Color #087aae

%2.63
%40.13
%57.24

CMYK Percentages of Color #087aae

%95
%30
%0
%32

Triadic Colors of #087aae

#087aae #ae087a #7aae08

Analogous Colors of #087aae

#087aae #0827ae #08ae8f

Monochromatic Colors of #087aae

#087aae

Complementary Color

#087aae #ae3c08

#087aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#087aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#087aae Color CSS Codes

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

#087aae Text Font Color

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

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


#087aae Background Color

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

This div background color is #087aae


#087aae Border Color

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

This div border color is #087aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #087aae


Comments

No comments written yet.

Please login to write comment.