Color Hex Logo

#0baf64 Color Hex

#0BAF64
(11,175,100)
0 Favorites   0 Comments

Color spaces of #0baf64

RGB 11175100
HSL0.420.880.36
HSV153°94°69°
CMYK 0.940.000.43   0.31
XYZ17.768231.651217.2294
Yxy31.65120.26660.4749
Hunter Lab56.2594-42.078921.2241
CIE-Lab63.0536-54.854128.1226

#0baf64 color RGB value is (11,175,100).

#0baf64 hex color red value is 11, green value is 175 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #0baf64 hue: 0.42 , saturation: 0.88 and the lightness value of 0baf64 is 0.36.

The process color (four color CMYK) of #0baf64 color hex is 0.94, 0.00, 0.43, 0.31. Web safe color of #0baf64 is #009966. Color #0baf64 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 10101111 01100100
Octal 13 257 144
Decimal 11 175 100
Hex B AF 64

RGB Percentages of Color #0baf64

%3.85
%61.19
%34.97

CMYK Percentages of Color #0baf64

%94
%0
%43
%31

Triadic Colors of #0baf64

#0baf64 #640baf #af640b

Analogous Colors of #0baf64

#0baf64 #0ba8af #0baf12

Monochromatic Colors of #0baf64

#0baf64

Complementary Color

#0baf64 #af0b56

#0baf64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0baf64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0baf64 Color CSS Codes

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

#0baf64 Text Font Color

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

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


#0baf64 Background Color

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

This div background color is #0baf64


#0baf64 Border Color

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

This div border color is #0baf64


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0baf64


Comments

No comments written yet.

Please login to write comment.