Color Hex Logo

#0ba971 Color Hex

#0BA971
(11,169,113)
0 Favorites   0 Comments

Color spaces of #0ba971

RGB 11169113
HSL0.440.880.35
HSV159°93°66°
CMYK 0.930.000.33   0.34
XYZ17.306629.639320.4316
Yxy29.63930.25690.4399
Hunter Lab54.4420-38.530015.8584
CIE-Lab61.3417-49.973118.8464

#0ba971 color RGB value is (11,169,113).

#0ba971 hex color red value is 11, green value is 169 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #0ba971 hue: 0.44 , saturation: 0.88 and the lightness value of 0ba971 is 0.35.

The process color (four color CMYK) of #0ba971 color hex is 0.93, 0.00, 0.33, 0.34. Web safe color of #0ba971 is #009966. Color #0ba971 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 10101001 01110001
Octal 13 251 161
Decimal 11 169 113
Hex B A9 71

RGB Percentages of Color #0ba971

%3.75
%57.68
%38.57

CMYK Percentages of Color #0ba971

%93
%0
%33
%34

Triadic Colors of #0ba971

#0ba971 #710ba9 #a9710b

Analogous Colors of #0ba971

#0ba971 #0b92a9 #0ba922

Monochromatic Colors of #0ba971

#0ba971

Complementary Color

#0ba971 #a90b43

#0ba971 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ba971 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ba971 Color CSS Codes

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

#0ba971 Text Font Color

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

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


#0ba971 Background Color

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

This div background color is #0ba971


#0ba971 Border Color

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

This div border color is #0ba971


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ba971


Comments

No comments written yet.

Please login to write comment.