Color Hex Logo

#09958d Color Hex

#09958D
(9,149,141)
0 Favorites   0 Comments

Color spaces of #09958d

RGB 9149141
HSL0.490.890.31
HSV177°94°58°
CMYK 0.940.000.05   0.42
XYZ15.667823.476128.9049
Yxy23.47610.23020.3450
Hunter Lab48.4521-27.0703-1.4539
CIE-Lab55.5594-34.2925-5.1604

#09958d color RGB value is (9,149,141).

#09958d hex color red value is 9, green value is 149 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #09958d hue: 0.49 , saturation: 0.89 and the lightness value of 09958d is 0.31.

The process color (four color CMYK) of #09958d color hex is 0.94, 0.00, 0.05, 0.42. Web safe color of #09958d is #009999. Color #09958d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 10010101 10001101
Octal 11 225 215
Decimal 9 149 141
Hex 9 95 8D

RGB Percentages of Color #09958d

%3.01
%49.83
%47.16

CMYK Percentages of Color #09958d

%94
%0
%5
%42

Triadic Colors of #09958d

#09958d #8d0995 #958d09

Analogous Colors of #09958d

#09958d #095795 #099547

Monochromatic Colors of #09958d

#09958d

Complementary Color

#09958d #950911

#09958d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09958d Color Preview on White Background

Lorem ipsum dolor sit amet.

#09958d Color CSS Codes

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

#09958d Text Font Color

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

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


#09958d Background Color

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

This div background color is #09958d


#09958d Border Color

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

This div border color is #09958d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09958d


Comments

No comments written yet.

Please login to write comment.