Color Hex Logo

#00985e Color Hex

#00985E
(0,152,94)
0 Favorites   0 Comments

Color spaces of #00985e

RGB 015294
HSL0.441.000.30
HSV157°100°60°
CMYK 1.000.000.38   0.40
XYZ13.248623.264614.3819
Yxy23.26460.26030.4571
Hunter Lab48.2334-35.378616.0847
CIE-Lab55.3438-48.269521.1517

#00985e color RGB value is (0,152,94).

#00985e hex color red value is 0, green value is 152 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #00985e hue: 0.44 , saturation: 1.00 and the lightness value of 00985e is 0.30.

The process color (four color CMYK) of #00985e color hex is 1.00, 0.00, 0.38, 0.40. Web safe color of #00985e is #009966. Color #00985e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10011000 01011110
Octal 0 230 136
Decimal 0 152 94
Hex 0 98 5E

RGB Percentages of Color #00985e

%0.00
%61.79
%38.21

CMYK Percentages of Color #00985e

%100
%0
%38
%40

Triadic Colors of #00985e

#00985e #5e0098 #985e00

Analogous Colors of #00985e

#00985e #008698 #009812

Monochromatic Colors of #00985e

#00985e

Complementary Color

#00985e #98003a

#00985e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00985e Color Preview on White Background

Lorem ipsum dolor sit amet.

#00985e Color CSS Codes

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

#00985e Text Font Color

<p style="color:#00985e">Text here</p>

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


#00985e Background Color

<div style="background-color:#00985e">
Div content here</div>

This div background color is #00985e


#00985e Border Color

<div style="border:3px solid #00985e">
Div here</div>

This div border color is #00985e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00985e


Comments

No comments written yet.

Please login to write comment.