Color Hex Logo

#00915e Color Hex

#00915E
(0,145,94)
0 Favorites   0 Comments

Color spaces of #00915e

RGB 014594
HSL0.441.000.28
HSV159°100°57°
CMYK 1.000.000.35   0.43
XYZ12.145821.059014.0143
Yxy21.05900.25720.4460
Hunter Lab45.8901-33.063814.0166
CIE-Lab53.0140-45.629618.0100

#00915e color RGB value is (0,145,94).

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

The process color (four color CMYK) of #00915e color hex is 1.00, 0.00, 0.35, 0.43. Web safe color of #00915e is #009966. Color #00915e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10010001 01011110
Octal 0 221 136
Decimal 0 145 94
Hex 0 91 5E

RGB Percentages of Color #00915e

%0.00
%60.67
%39.33

CMYK Percentages of Color #00915e

%100
%0
%35
%43

Triadic Colors of #00915e

#00915e #5e0091 #915e00

Analogous Colors of #00915e

#00915e #007c91 #009116

Monochromatic Colors of #00915e

#00915e

Complementary Color

#00915e #910033

#00915e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00915e Color Preview on White Background

Lorem ipsum dolor sit amet.

#00915e Color CSS Codes

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

#00915e Text Font Color

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

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


#00915e Background Color

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

This div background color is #00915e


#00915e Border Color

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

This div border color is #00915e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,145,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 #00915e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00915e


Comments

No comments written yet.

Please login to write comment.