Color Hex Logo

#0a584f Color Hex

#0A584F
(10,88,79)
0 Favorites   0 Comments

Color spaces of #0a584f

RGB 108879
HSL0.480.800.19
HSV173°89°35°
CMYK 0.890.000.10   0.65
XYZ5.02627.60858.6008
Yxy7.60850.23670.3583
Hunter Lab27.5835-15.74530.8213
CIE-Lab33.1539-24.1962-1.0656

#0a584f color RGB value is (10,88,79).

#0a584f hex color red value is 10, green value is 88 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #0a584f hue: 0.48 , saturation: 0.80 and the lightness value of 0a584f is 0.19.

The process color (four color CMYK) of #0a584f color hex is 0.89, 0.00, 0.10, 0.65. Web safe color of #0a584f is #006666. Color #0a584f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 01011000 01001111
Octal 12 130 117
Decimal 10 88 79
Hex A 58 4F

RGB Percentages of Color #0a584f

%5.65
%49.72
%44.63

CMYK Percentages of Color #0a584f

%89
%0
%10
%65

Triadic Colors of #0a584f

#0a584f #4f0a58 #584f0a

Analogous Colors of #0a584f

#0a584f #0a3a58 #0a5828

Monochromatic Colors of #0a584f

#0a584f

Complementary Color

#0a584f #580a13

#0a584f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0a584f Color Preview on White Background

Lorem ipsum dolor sit amet.

#0a584f Color CSS Codes

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

#0a584f Text Font Color

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

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


#0a584f Background Color

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

This div background color is #0a584f


#0a584f Border Color

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

This div border color is #0a584f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0a584f


Comments

No comments written yet.

Please login to write comment.