Color Hex Logo

#09917d Color Hex

#09917D
(9,145,125)
0 Favorites   0 Comments

Color spaces of #09917d

RGB 9145125
HSL0.480.880.30
HSV171°94°57°
CMYK 0.940.000.14   0.43
XYZ13.939721.789522.8731
Yxy21.78950.23790.3718
Hunter Lab46.6792-28.38363.6230
CIE-Lab53.8029-37.19611.4582

#09917d color RGB value is (9,145,125).

#09917d hex color red value is 9, green value is 145 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #09917d hue: 0.48 , saturation: 0.88 and the lightness value of 09917d is 0.30.

The process color (four color CMYK) of #09917d color hex is 0.94, 0.00, 0.14, 0.43. Web safe color of #09917d is #009966. Color #09917d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 10010001 01111101
Octal 11 221 175
Decimal 9 145 125
Hex 9 91 7D

RGB Percentages of Color #09917d

%3.23
%51.97
%44.80

CMYK Percentages of Color #09917d

%94
%0
%14
%43

Triadic Colors of #09917d

#09917d #7d0991 #917d09

Analogous Colors of #09917d

#09917d #096191 #099139

Monochromatic Colors of #09917d

#09917d

Complementary Color

#09917d #91091d

#09917d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09917d Color Preview on White Background

Lorem ipsum dolor sit amet.

#09917d Color CSS Codes

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

#09917d Text Font Color

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

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


#09917d Background Color

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

This div background color is #09917d


#09917d Border Color

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

This div border color is #09917d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09917d


Comments

No comments written yet.

Please login to write comment.