Color Hex Logo

#094b38 Color Hex

#094B38
(9,75,56)
0 Favorites   0 Comments

Color spaces of #094b38

RGB 97556
HSL0.450.790.16
HSV163°88°29°
CMYK 0.880.000.25   0.71
XYZ3.34255.37584.6028
Yxy5.37580.25090.4036
Hunter Lab23.1858-14.84224.4599
CIE-Lab27.7797-24.89275.8114

#094b38 color RGB value is (9,75,56).

#094b38 hex color red value is 9, green value is 75 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #094b38 hue: 0.45 , saturation: 0.79 and the lightness value of 094b38 is 0.16.

The process color (four color CMYK) of #094b38 color hex is 0.88, 0.00, 0.25, 0.71. Web safe color of #094b38 is #003333. Color #094b38 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01001011 00111000
Octal 11 113 70
Decimal 9 75 56
Hex 9 4B 38

RGB Percentages of Color #094b38

%6.43
%53.57
%40.00

CMYK Percentages of Color #094b38

%88
%0
%25
%71

Triadic Colors of #094b38

#094b38 #38094b #4b3809

Analogous Colors of #094b38

#094b38 #093d4b #094b17

Monochromatic Colors of #094b38

#094b38

Complementary Color

#094b38 #4b091c

#094b38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#094b38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#094b38 Color CSS Codes

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

#094b38 Text Font Color

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

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


#094b38 Background Color

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

This div background color is #094b38


#094b38 Border Color

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

This div border color is #094b38


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #094b38


Comments

No comments written yet.

Please login to write comment.