Color Hex Logo

#09ff32 Color Hex

#09FF32
(9,255,50)
0 Favorites   0 Comments

Color spaces of #09ff32

RGB 925550
HSL0.361.000.52
HSV130°96°100°
CMYK 0.960.000.80   0.00
XYZ36.448471.808414.9570
Yxy71.80840.29580.5828
Hunter Lab84.7398-71.518148.8529
CIE-Lab87.8763-84.483375.9022

#09ff32 color RGB value is (9,255,50).

#09ff32 hex color red value is 9, green value is 255 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #09ff32 hue: 0.36 , saturation: 1.00 and the lightness value of 09ff32 is 0.52.

The process color (four color CMYK) of #09ff32 color hex is 0.96, 0.00, 0.80, 0.00. Web safe color of #09ff32 is #00ff33. Color #09ff32 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 11111111 00110010
Octal 11 377 62
Decimal 9 255 50
Hex 9 FF 32

RGB Percentages of Color #09ff32

%2.87
%81.21
%15.92

CMYK Percentages of Color #09ff32

%96
%0
%80
%0

Triadic Colors of #09ff32

#09ff32 #3209ff #ff3209

Analogous Colors of #09ff32

#09ff32 #09ffad #5bff09

Monochromatic Colors of #09ff32

#09ff32

Complementary Color

#09ff32 #ff09d6

#09ff32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09ff32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#09ff32 Color CSS Codes

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

#09ff32 Text Font Color

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

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


#09ff32 Background Color

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

This div background color is #09ff32


#09ff32 Border Color

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

This div border color is #09ff32


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09ff32


Comments

No comments written yet.

Please login to write comment.