Color Hex Logo

#918009 Color Hex

#918009
(145,128,9)
0 Favorites   0 Comments

Color spaces of #918009

RGB 1451289
HSL0.150.880.30
HSV53°94°57°
CMYK 0.000.120.94   0.43
XYZ19.445521.47783.3792
Yxy21.47780.43890.4848
Hunter Lab46.3441-6.205628.1178
CIE-Lab53.4685-4.812356.9219

#918009 color RGB value is (145,128,9).

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

The process color (four color CMYK) of #918009 color hex is 0.00, 0.12, 0.94, 0.43. Web safe color of #918009 is #999900. Color #918009 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010001 10000000 00001001
Octal 221 200 11
Decimal 145 128 9
Hex 91 80 9

RGB Percentages of Color #918009

%51.42
%45.39
%3.19

CMYK Percentages of Color #918009

%0
%12
%94
%43

Triadic Colors of #918009

#918009 #099180 #800991

Analogous Colors of #918009

#918009 #5e9109 #913c09

Monochromatic Colors of #918009

#918009

Complementary Color

#918009 #091a91

#918009 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#918009 Color Preview on White Background

Lorem ipsum dolor sit amet.

#918009 Color CSS Codes

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

#918009 Text Font Color

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

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


#918009 Background Color

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

This div background color is #918009


#918009 Border Color

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

This div border color is #918009


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #918009


Comments

No comments written yet.

Please login to write comment.