Color Hex Logo

#09925d Color Hex

#09925D
(9,146,93)
0 Favorites   0 Comments

Color spaces of #09925d

RGB 914693
HSL0.440.880.30
HSV157°94°57°
CMYK 0.940.000.36   0.43
XYZ12.367321.406213.8359
Yxy21.40620.25980.4496
Hunter Lab46.2668-33.253214.6564
CIE-Lab53.3912-45.733819.0907

#09925d color RGB value is (9,146,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 10010010 01011101
Octal 11 222 135
Decimal 9 146 93
Hex 9 92 5D

RGB Percentages of Color #09925d

%3.63
%58.87
%37.50

CMYK Percentages of Color #09925d

%94
%0
%36
%43

Triadic Colors of #09925d

#09925d #5d0992 #925d09

Analogous Colors of #09925d

#09925d #098392 #099219

Monochromatic Colors of #09925d

#09925d

Complementary Color

#09925d #92093e

#09925d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09925d Color Preview on White Background

Lorem ipsum dolor sit amet.

#09925d Color CSS Codes

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

#09925d Text Font Color

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

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


#09925d Background Color

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

This div background color is #09925d


#09925d Border Color

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

This div border color is #09925d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09925d


Comments

No comments written yet.

Please login to write comment.