Color Hex Logo

#087ead Color Hex

#087EAD
(8,126,173)
0 Favorites   0 Comments

Color spaces of #087ead

RGB 8126173
HSL0.550.910.35
HSV197°95°68°
CMYK 0.950.270.00   0.32
XYZ15.103817.990542.2116
Yxy17.99050.20060.2389
Hunter Lab42.4152-10.6638-29.3147
CIE-Lab49.4846-11.4379-32.9279

#087ead color RGB value is (8,126,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 01111110 10101101
Octal 10 176 255
Decimal 8 126 173
Hex 8 7E AD

RGB Percentages of Color #087ead

%2.61
%41.04
%56.35

CMYK Percentages of Color #087ead

%95
%27
%0
%32

Triadic Colors of #087ead

#087ead #ad087e #7ead08

Analogous Colors of #087ead

#087ead #082bad #08ad8a

Monochromatic Colors of #087ead

#087ead

Complementary Color

#087ead #ad3708

#087ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#087ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#087ead Color CSS Codes

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

#087ead Text Font Color

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

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


#087ead Background Color

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

This div background color is #087ead


#087ead Border Color

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

This div border color is #087ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #087ead


Comments

No comments written yet.

Please login to write comment.