Color Hex Logo

#0a5e58 Color Hex

#0A5E58
(10,94,88)
0 Favorites   0 Comments

Color spaces of #0a5e58

RGB 109488
HSL0.490.810.20
HSV176°89°37°
CMYK 0.890.000.06   0.63
XYZ5.88938.774510.6158
Yxy8.77450.23300.3471
Hunter Lab29.6218-16.3494-0.5130
CIE-Lab35.5465-24.3289-3.1776

#0a5e58 color RGB value is (10,94,88).

#0a5e58 hex color red value is 10, green value is 94 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #0a5e58 hue: 0.49 , saturation: 0.81 and the lightness value of 0a5e58 is 0.20.

The process color (four color CMYK) of #0a5e58 color hex is 0.89, 0.00, 0.06, 0.63. Web safe color of #0a5e58 is #006666. Color #0a5e58 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 01011110 01011000
Octal 12 136 130
Decimal 10 94 88
Hex A 5E 58

RGB Percentages of Color #0a5e58

%5.21
%48.96
%45.83

CMYK Percentages of Color #0a5e58

%89
%0
%6
%63

Triadic Colors of #0a5e58

#0a5e58 #580a5e #5e580a

Analogous Colors of #0a5e58

#0a5e58 #0a3a5e #0a5e2e

Monochromatic Colors of #0a5e58

#0a5e58

Complementary Color

#0a5e58 #5e0a10

#0a5e58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0a5e58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0a5e58 Color CSS Codes

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

#0a5e58 Text Font Color

<p style="color:#0a5e58">Text here</p>

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


#0a5e58 Background Color

<div style="background-color:#0a5e58">
Div content here</div>

This div background color is #0a5e58


#0a5e58 Border Color

<div style="border:3px solid #0a5e58">
Div here</div>

This div border color is #0a5e58


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(10,94,88, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0a5e58; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0a5e58;
  -webkit-box-shadow: 1px 1px 3px 2px #0a5e58;
  box-shadow:         1px 1px 3px 2px #0a5e58; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(10,94,88, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0a5e58


Comments

No comments written yet.

Please login to write comment.