Color Hex Logo

#0af00b Color Hex

#0AF00B
(10,240,11)
0 Favorites   0 Comments

Color spaces of #0af00b

RGB 1024011
HSL0.330.920.49
HSV120°96°94°
CMYK 0.960.000.95   0.06
XYZ31.345762.408910.7106
Yxy62.40890.30010.5974
Hunter Lab78.9993-67.422747.2611
CIE-Lab83.1304-81.837878.5905

#0af00b color RGB value is (10,240,11).

#0af00b hex color red value is 10, green value is 240 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #0af00b hue: 0.33 , saturation: 0.92 and the lightness value of 0af00b is 0.49.

The process color (four color CMYK) of #0af00b color hex is 0.96, 0.00, 0.95, 0.06. Web safe color of #0af00b is #00ff00. Color #0af00b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 11110000 00001011
Octal 12 360 13
Decimal 10 240 11
Hex A F0 B

RGB Percentages of Color #0af00b

%3.83
%91.95
%4.21

CMYK Percentages of Color #0af00b

%96
%0
%95
%6

Triadic Colors of #0af00b

#0af00b #0b0af0 #f00b0a

Analogous Colors of #0af00b

#0af00b #0af07e #7cf00a

Monochromatic Colors of #0af00b

#0af00b

Complementary Color

#0af00b #f00aef

#0af00b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0af00b Color Preview on White Background

Lorem ipsum dolor sit amet.

#0af00b Color CSS Codes

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

#0af00b Text Font Color

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

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


#0af00b Background Color

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

This div background color is #0af00b


#0af00b Border Color

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

This div border color is #0af00b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(10,240,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0af00b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0af00b;
  -webkit-box-shadow: 1px 1px 3px 2px #0af00b;
  box-shadow:         1px 1px 3px 2px #0af00b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0af00b


Comments

No comments written yet.

Please login to write comment.