Color Hex Logo

#00914d Color Hex

#00914D
(0,145,77)
0 Favorites   0 Comments

Color spaces of #00914d

RGB 014577
HSL0.421.000.28
HSV152°100°57°
CMYK 1.000.000.47   0.43
XYZ11.465020.786610.4291
Yxy20.78660.26860.4870
Hunter Lab45.5923-34.899618.3522
CIE-Lab52.7151-49.137726.9664

#00914d color RGB value is (0,145,77).

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

The process color (four color CMYK) of #00914d color hex is 1.00, 0.00, 0.47, 0.43. Web safe color of #00914d is #009966. Color #00914d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10010001 01001101
Octal 0 221 115
Decimal 0 145 77
Hex 0 91 4D

RGB Percentages of Color #00914d

%0.00
%65.32
%34.68

CMYK Percentages of Color #00914d

%100
%0
%47
%43

Triadic Colors of #00914d

#00914d #4d0091 #914d00

Analogous Colors of #00914d

#00914d #008d91 #009105

Monochromatic Colors of #00914d

#00914d

Complementary Color

#00914d #910044

#00914d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00914d Color Preview on White Background

Lorem ipsum dolor sit amet.

#00914d Color CSS Codes

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

#00914d Text Font Color

<p style="color:#00914d">Text here</p>

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


#00914d Background Color

<div style="background-color:#00914d">
Div content here</div>

This div background color is #00914d


#00914d Border Color

<div style="border:3px solid #00914d">
Div here</div>

This div border color is #00914d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00914d


Comments

No comments written yet.

Please login to write comment.