Color Hex Logo

#085a7e Color Hex

#085A7E
(8,90,126)
0 Favorites   0 Comments

Color spaces of #085a7e

RGB 890126
HSL0.550.880.26
HSV198°94°49°
CMYK 0.940.290.00   0.51
XYZ7.52228.870321.0543
Yxy8.87030.20090.2369
Hunter Lab29.7830-7.0372-21.0653
CIE-Lab35.7334-8.3183-26.4575

#085a7e color RGB value is (8,90,126).

#085a7e hex color red value is 8, green value is 90 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #085a7e hue: 0.55 , saturation: 0.88 and the lightness value of 085a7e is 0.26.

The process color (four color CMYK) of #085a7e color hex is 0.94, 0.29, 0.00, 0.51. Web safe color of #085a7e is #006666. Color #085a7e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01011010 01111110
Octal 10 132 176
Decimal 8 90 126
Hex 8 5A 7E

RGB Percentages of Color #085a7e

%3.57
%40.18
%56.25

CMYK Percentages of Color #085a7e

%94
%29
%0
%51

Triadic Colors of #085a7e

#085a7e #7e085a #5a7e08

Analogous Colors of #085a7e

#085a7e #081f7e #087e67

Monochromatic Colors of #085a7e

#085a7e

Complementary Color

#085a7e #7e2c08

#085a7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#085a7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#085a7e Color CSS Codes

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

#085a7e Text Font Color

<p style="color:#085a7e">Text here</p>

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


#085a7e Background Color

<div style="background-color:#085a7e">
Div content here</div>

This div background color is #085a7e


#085a7e Border Color

<div style="border:3px solid #085a7e">
Div here</div>

This div border color is #085a7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #085a7e


Comments

No comments written yet.

Please login to write comment.