Color Hex Logo

#090f0f Color Hex

#090F0F
(9,15,15)
0 Favorites   0 Comments

Color spaces of #090f0f

RGB 91515
HSL0.500.250.05
HSV180°40°
CMYK 0.400.000.00   0.94
XYZ0.36970.43420.5163
Yxy0.43420.28000.3289
Hunter Lab6.5894-1.5166-0.0330
CIE-Lab3.9221-1.7612-0.6226

#090f0f color RGB value is (9,15,15).

#090f0f hex color red value is 9, green value is 15 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #090f0f hue: 0.50 , saturation: 0.25 and the lightness value of 090f0f is 0.05.

The process color (four color CMYK) of #090f0f color hex is 0.40, 0.00, 0.00, 0.94. Web safe color of #090f0f is #000000. Color #090f0f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00001111 00001111
Octal 11 17 17
Decimal 9 15 15
Hex 9 F F

RGB Percentages of Color #090f0f

%23.08
%38.46
%38.46

CMYK Percentages of Color #090f0f

%40
%0
%0
%94

Triadic Colors of #090f0f

#090f0f #0f090f #0f0f09

Analogous Colors of #090f0f

#090f0f #090c0f #090f0c

Monochromatic Colors of #090f0f

#090f0f

Complementary Color

#090f0f #0f0909

#090f0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#090f0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#090f0f Color CSS Codes

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

#090f0f Text Font Color

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

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


#090f0f Background Color

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

This div background color is #090f0f


#090f0f Border Color

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

This div border color is #090f0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #090f0f


Comments

No comments written yet.

Please login to write comment.