Color Hex Logo

#00904f Color Hex

#00904F
(0,144,79)
0 Favorites   0 Comments

Color spaces of #00904f

RGB 014479
HSL0.421.000.28
HSV153°100°56°
CMYK 1.000.000.45   0.44
XYZ11.384520.511010.7561
Yxy20.51100.26690.4809
Hunter Lab45.2891-34.385617.6210
CIE-Lab52.4101-48.402425.4939

#00904f color RGB value is (0,144,79).

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

The process color (four color CMYK) of #00904f color hex is 1.00, 0.00, 0.45, 0.44. Web safe color of #00904f is #009966. Color #00904f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10010000 01001111
Octal 0 220 117
Decimal 0 144 79
Hex 0 90 4F

RGB Percentages of Color #00904f

%0.00
%64.57
%35.43

CMYK Percentages of Color #00904f

%100
%0
%45
%44

Triadic Colors of #00904f

#00904f #4f0090 #904f00

Analogous Colors of #00904f

#00904f #008990 #009007

Monochromatic Colors of #00904f

#00904f

Complementary Color

#00904f #900041

#00904f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00904f Color Preview on White Background

Lorem ipsum dolor sit amet.

#00904f Color CSS Codes

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

#00904f Text Font Color

<p style="color:#00904f">Text here</p>

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


#00904f Background Color

<div style="background-color:#00904f">
Div content here</div>

This div background color is #00904f


#00904f Border Color

<div style="border:3px solid #00904f">
Div here</div>

This div border color is #00904f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00904f


Comments

No comments written yet.

Please login to write comment.