Color Hex Logo

#0ba488 Color Hex

#0BA488
(11,164,136)
0 Favorites   0 Comments

Color spaces of #0ba488

RGB 11164136
HSL0.470.870.34
HSV169°93°64°
CMYK 0.930.000.17   0.36
XYZ17.857428.399627.8330
Yxy28.39960.24100.3833
Hunter Lab53.2913-33.44616.3379
CIE-Lab60.2480-42.28384.5324

#0ba488 color RGB value is (11,164,136).

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

The process color (four color CMYK) of #0ba488 color hex is 0.93, 0.00, 0.17, 0.36. Web safe color of #0ba488 is #009999. Color #0ba488 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 10100100 10001000
Octal 13 244 210
Decimal 11 164 136
Hex B A4 88

RGB Percentages of Color #0ba488

%3.54
%52.73
%43.73

CMYK Percentages of Color #0ba488

%93
%0
%17
%36

Triadic Colors of #0ba488

#0ba488 #880ba4 #a4880b

Analogous Colors of #0ba488

#0ba488 #0b74a4 #0ba43c

Monochromatic Colors of #0ba488

#0ba488

Complementary Color

#0ba488 #a40b27

#0ba488 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ba488 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ba488 Color CSS Codes

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

#0ba488 Text Font Color

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

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


#0ba488 Background Color

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

This div background color is #0ba488


#0ba488 Border Color

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

This div border color is #0ba488


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ba488


Comments

No comments written yet.

Please login to write comment.