Color Hex Logo

#09bf11 Color Hex

#09BF11
(9,191,17)
0 Favorites   0 Comments

Color spaces of #09bf11

RGB 919117
HSL0.340.910.39
HSV123°95°75°
CMYK 0.950.000.91   0.25
XYZ18.844637.36026.7483
Yxy37.36020.29930.5935
Hunter Lab61.1230-51.932636.2402
CIE-Lab67.5464-68.559464.8972

#09bf11 color RGB value is (9,191,17).

#09bf11 hex color red value is 9, green value is 191 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #09bf11 hue: 0.34 , saturation: 0.91 and the lightness value of 09bf11 is 0.39.

The process color (four color CMYK) of #09bf11 color hex is 0.95, 0.00, 0.91, 0.25. Web safe color of #09bf11 is #00cc00. Color #09bf11 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 10111111 00010001
Octal 11 277 21
Decimal 9 191 17
Hex 9 BF 11

RGB Percentages of Color #09bf11

%4.15
%88.02
%7.83

CMYK Percentages of Color #09bf11

%95
%0
%91
%25

Triadic Colors of #09bf11

#09bf11 #1109bf #bf1109

Analogous Colors of #09bf11

#09bf11 #09bf6c #5cbf09

Monochromatic Colors of #09bf11

#09bf11

Complementary Color

#09bf11 #bf09b7

#09bf11 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09bf11 Color Preview on White Background

Lorem ipsum dolor sit amet.

#09bf11 Color CSS Codes

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

#09bf11 Text Font Color

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

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


#09bf11 Background Color

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

This div background color is #09bf11


#09bf11 Border Color

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

This div border color is #09bf11


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,191,17, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #09bf11; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #09bf11;
  -webkit-box-shadow: 1px 1px 3px 2px #09bf11;
  box-shadow:         1px 1px 3px 2px #09bf11; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09bf11


Comments

No comments written yet.

Please login to write comment.