Color Hex Logo

#09354e Color Hex

#09354E
(9,53,78)
0 Favorites   0 Comments

Color spaces of #09354e

RGB 95378
HSL0.560.790.17
HSV202°88°31°
CMYK 0.880.320.00   0.69
XYZ2.76093.15437.6711
Yxy3.15430.20320.2322
Hunter Lab17.7603-3.3322-13.1765
CIE-Lab20.6515-4.2807-19.4107

#09354e color RGB value is (9,53,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 00110101 01001110
Octal 11 65 116
Decimal 9 53 78
Hex 9 35 4E

RGB Percentages of Color #09354e

%6.43
%37.86
%55.71

CMYK Percentages of Color #09354e

%88
%32
%0
%69

Triadic Colors of #09354e

#09354e #4e0935 #354e09

Analogous Colors of #09354e

#09354e #09134e #094e45

Monochromatic Colors of #09354e

#09354e

Complementary Color

#09354e #4e2209

#09354e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09354e Color Preview on White Background

Lorem ipsum dolor sit amet.

#09354e Color CSS Codes

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

#09354e Text Font Color

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

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


#09354e Background Color

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

This div background color is #09354e


#09354e Border Color

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

This div border color is #09354e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(9,53,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 #09354e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09354e


Comments

No comments written yet.

Please login to write comment.