Color Hex Logo

#09454d Color Hex

#09454D
(9,69,77)
0 Favorites   0 Comments

Color spaces of #09454d

RGB 96977
HSL0.520.790.17
HSV187°88°30°
CMYK 0.880.100.00   0.70
XYZ3.58034.85017.7686
Yxy4.85010.22100.2994
Hunter Lab22.0229-9.5212-5.4985
CIE-Lab26.3034-14.7332-10.0147

#09454d color RGB value is (9,69,77).

#09454d hex color red value is 9, green value is 69 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #09454d hue: 0.52 , saturation: 0.79 and the lightness value of 09454d is 0.17.

The process color (four color CMYK) of #09454d color hex is 0.88, 0.10, 0.00, 0.70. Web safe color of #09454d is #003366. Color #09454d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01000101 01001101
Octal 11 105 115
Decimal 9 69 77
Hex 9 45 4D

RGB Percentages of Color #09454d

%5.81
%44.52
%49.68

CMYK Percentages of Color #09454d

%88
%10
%0
%70

Triadic Colors of #09454d

#09454d #4d0945 #454d09

Analogous Colors of #09454d

#09454d #09234d #094d33

Monochromatic Colors of #09454d

#09454d

Complementary Color

#09454d #4d1109

#09454d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09454d Color Preview on White Background

Lorem ipsum dolor sit amet.

#09454d Color CSS Codes

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

#09454d Text Font Color

<p style="color:#09454d">Text here</p>

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


#09454d Background Color

<div style="background-color:#09454d">
Div content here</div>

This div background color is #09454d


#09454d Border Color

<div style="border:3px solid #09454d">
Div here</div>

This div border color is #09454d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,69,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #09454d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #09454d;
  -webkit-box-shadow: 1px 1px 3px 2px #09454d;
  box-shadow:         1px 1px 3px 2px #09454d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09454d


Comments

No comments written yet.

Please login to write comment.