Color Hex Logo

#09434e Color Hex

#09434E
(9,67,78)
0 Favorites   0 Comments

Color spaces of #09434e

RGB 96778
HSL0.530.790.17
HSV190°88°31°
CMYK 0.880.140.00   0.69
XYZ3.49504.62247.9157
Yxy4.62240.21800.2883
Hunter Lab21.4998-8.6077-6.7793
CIE-Lab25.6307-13.1756-11.6947

#09434e color RGB value is (9,67,78).

#09434e hex color red value is 9, green value is 67 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #09434e hue: 0.53 , saturation: 0.79 and the lightness value of 09434e is 0.17.

The process color (four color CMYK) of #09434e color hex is 0.88, 0.14, 0.00, 0.69. Web safe color of #09434e is #003366. Color #09434e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01000011 01001110
Octal 11 103 116
Decimal 9 67 78
Hex 9 43 4E

RGB Percentages of Color #09434e

%5.84
%43.51
%50.65

CMYK Percentages of Color #09434e

%88
%14
%0
%69

Triadic Colors of #09434e

#09434e #4e0943 #434e09

Analogous Colors of #09434e

#09434e #09214e #094e37

Monochromatic Colors of #09434e

#09434e

Complementary Color

#09434e #4e1409

#09434e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09434e Color Preview on White Background

Lorem ipsum dolor sit amet.

#09434e Color CSS Codes

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

#09434e Text Font Color

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

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


#09434e Background Color

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

This div background color is #09434e


#09434e Border Color

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

This div border color is #09434e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,67,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #09434e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #09434e;
  -webkit-box-shadow: 1px 1px 3px 2px #09434e;
  box-shadow:         1px 1px 3px 2px #09434e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09434e


Comments

No comments written yet.

Please login to write comment.