Color Hex Logo

#094f4b Color Hex

#094F4B
(9,79,75)
0 Favorites   0 Comments

Color spaces of #094f4b

RGB 97975
HSL0.490.800.17
HSV177°89°31°
CMYK 0.890.000.05   0.69
XYZ4.17866.15807.6250
Yxy6.15800.23260.3428
Hunter Lab24.8153-13.3696-0.8473
CIE-Lab29.8076-20.9781-3.4585

#094f4b color RGB value is (9,79,75).

#094f4b hex color red value is 9, green value is 79 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #094f4b hue: 0.49 , saturation: 0.80 and the lightness value of 094f4b is 0.17.

The process color (four color CMYK) of #094f4b color hex is 0.89, 0.00, 0.05, 0.69. Web safe color of #094f4b is #006633. Color #094f4b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01001111 01001011
Octal 11 117 113
Decimal 9 79 75
Hex 9 4F 4B

RGB Percentages of Color #094f4b

%5.52
%48.47
%46.01

CMYK Percentages of Color #094f4b

%89
%0
%5
%69

Triadic Colors of #094f4b

#094f4b #4b094f #4f4b09

Analogous Colors of #094f4b

#094f4b #09304f #094f28

Monochromatic Colors of #094f4b

#094f4b

Complementary Color

#094f4b #4f090d

#094f4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#094f4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#094f4b Color CSS Codes

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

#094f4b Text Font Color

<p style="color:#094f4b">Text here</p>

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


#094f4b Background Color

<div style="background-color:#094f4b">
Div content here</div>

This div background color is #094f4b


#094f4b Border Color

<div style="border:3px solid #094f4b">
Div here</div>

This div border color is #094f4b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,79,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #094f4b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #094f4b;
  -webkit-box-shadow: 1px 1px 3px 2px #094f4b;
  box-shadow:         1px 1px 3px 2px #094f4b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(9,79,75, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #094f4b


Comments

No comments written yet.

Please login to write comment.