Color Hex Logo

#00584a Color Hex

#00584A
(0,88,74)
0 Favorites   0 Comments

Color spaces of #00584a

RGB 08874
HSL0.471.000.17
HSV170°100°35°
CMYK 1.000.000.16   0.65
XYZ4.72587.47397.6721
Yxy7.47390.23780.3761
Hunter Lab27.3384-16.98622.4981
CIE-Lab32.8623-26.75541.6387

#00584a color RGB value is (0,88,74).

#00584a hex color red value is 0, green value is 88 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #00584a hue: 0.47 , saturation: 1.00 and the lightness value of 00584a is 0.17.

The process color (four color CMYK) of #00584a color hex is 1.00, 0.00, 0.16, 0.65. Web safe color of #00584a is #006633. Color #00584a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01011000 01001010
Octal 0 130 112
Decimal 0 88 74
Hex 0 58 4A

RGB Percentages of Color #00584a

%0.00
%54.32
%45.68

CMYK Percentages of Color #00584a

%100
%0
%16
%65

Triadic Colors of #00584a

#00584a #4a0058 #584a00

Analogous Colors of #00584a

#00584a #003a58 #00581e

Monochromatic Colors of #00584a

#00584a

Complementary Color

#00584a #58000e

#00584a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00584a Color Preview on White Background

Lorem ipsum dolor sit amet.

#00584a Color CSS Codes

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

#00584a Text Font Color

<p style="color:#00584a">Text here</p>

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


#00584a Background Color

<div style="background-color:#00584a">
Div content here</div>

This div background color is #00584a


#00584a Border Color

<div style="border:3px solid #00584a">
Div here</div>

This div border color is #00584a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00584a


Comments

No comments written yet.

Please login to write comment.