Color Hex Logo

#0ba590 Color Hex

#0BA590
(11,165,144)
0 Favorites   0 Comments

Color spaces of #0ba590

RGB 11165144
HSL0.480.880.35
HSV172°93°65°
CMYK 0.930.000.13   0.35
XYZ18.627228.995031.0004
Yxy28.99500.23690.3688
Hunter Lab53.8470-32.48413.5589
CIE-Lab60.7772-40.50740.8018

#0ba590 color RGB value is (11,165,144).

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

The process color (four color CMYK) of #0ba590 color hex is 0.93, 0.00, 0.13, 0.35. Web safe color of #0ba590 is #009999. Color #0ba590 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 10100101 10010000
Octal 13 245 220
Decimal 11 165 144
Hex B A5 90

RGB Percentages of Color #0ba590

%3.44
%51.56
%45.00

CMYK Percentages of Color #0ba590

%93
%0
%13
%35

Triadic Colors of #0ba590

#0ba590 #900ba5 #a5900b

Analogous Colors of #0ba590

#0ba590 #0b6da5 #0ba543

Monochromatic Colors of #0ba590

#0ba590

Complementary Color

#0ba590 #a50b20

#0ba590 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ba590 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ba590 Color CSS Codes

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

#0ba590 Text Font Color

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

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


#0ba590 Background Color

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

This div background color is #0ba590


#0ba590 Border Color

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

This div border color is #0ba590


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ba590


Comments

No comments written yet.

Please login to write comment.