Color Hex Logo

#0ba457 Color Hex

#0BA457
(11,164,87)
0 Favorites   0 Comments

Color spaces of #0ba457

RGB 1116487
HSL0.420.870.34
HSV150°93°64°
CMYK 0.930.000.47   0.36
XYZ15.133827.310213.4906
Yxy27.31020.27060.4883
Hunter Lab52.2592-39.761521.2758
CIE-Lab59.2604-53.395730.0534

#0ba457 color RGB value is (11,164,87).

#0ba457 hex color red value is 11, green value is 164 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #0ba457 hue: 0.42 , saturation: 0.87 and the lightness value of 0ba457 is 0.34.

The process color (four color CMYK) of #0ba457 color hex is 0.93, 0.00, 0.47, 0.36. Web safe color of #0ba457 is #009966. Color #0ba457 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 10100100 01010111
Octal 13 244 127
Decimal 11 164 87
Hex B A4 57

RGB Percentages of Color #0ba457

%4.20
%62.60
%33.21

CMYK Percentages of Color #0ba457

%93
%0
%47
%36

Triadic Colors of #0ba457

#0ba457 #570ba4 #a4570b

Analogous Colors of #0ba457

#0ba457 #0ba4a4 #0ca40b

Monochromatic Colors of #0ba457

#0ba457

Complementary Color

#0ba457 #a40b58

#0ba457 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ba457 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ba457 Color CSS Codes

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

#0ba457 Text Font Color

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

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


#0ba457 Background Color

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

This div background color is #0ba457


#0ba457 Border Color

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

This div border color is #0ba457


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ba457


Comments

No comments written yet.

Please login to write comment.