Color Hex Logo

#999918 Color Hex

#999918
(153,153,24)
0 Favorites   0 Comments

Color spaces of #999918

RGB 15315324
HSL0.170.730.35
HSV60°84°60°
CMYK 0.000.000.84   0.40
XYZ24.693029.62075.2801
Yxy29.62070.41440.4970
Hunter Lab54.4249-14.256732.3453
CIE-Lab61.3256-14.257460.3869

#999918 color RGB value is (153,153,24).

#999918 hex color red value is 153, green value is 153 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #999918 hue: 0.17 , saturation: 0.73 and the lightness value of 999918 is 0.35.

The process color (four color CMYK) of #999918 color hex is 0.00, 0.00, 0.84, 0.40. Web safe color of #999918 is #999900. Color #999918 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10011001 00011000
Octal 231 231 30
Decimal 153 153 24
Hex 99 99 18

RGB Percentages of Color #999918

%46.36
%46.36
%7.27

CMYK Percentages of Color #999918

%0
%0
%84
%40

Triadic Colors of #999918

#999918 #189999 #991899

Analogous Colors of #999918

#999918 #599918 #995918

Monochromatic Colors of #999918

#999918

Complementary Color

#999918 #181899

#999918 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#999918 Color Preview on White Background

Lorem ipsum dolor sit amet.

#999918 Color CSS Codes

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

#999918 Text Font Color

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

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


#999918 Background Color

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

This div background color is #999918


#999918 Border Color

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

This div border color is #999918


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,153,24, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #999918; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #999918;
  -webkit-box-shadow: 1px 1px 3px 2px #999918;
  box-shadow:         1px 1px 3px 2px #999918; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #999918


Comments

No comments written yet.

Please login to write comment.