Color Hex Logo

#0bae99 Color Hex

#0BAE99
(11,174,153)
0 Favorites   0 Comments

Color spaces of #0bae99

RGB 11174153
HSL0.480.880.36
HSV172°94°68°
CMYK 0.940.000.12   0.32
XYZ21.023832.643235.3297
Yxy32.64320.23620.3668
Hunter Lab57.1342-34.30193.3312
CIE-Lab63.8710-41.88590.2759

#0bae99 color RGB value is (11,174,153).

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

The process color (four color CMYK) of #0bae99 color hex is 0.94, 0.00, 0.12, 0.32. Web safe color of #0bae99 is #009999. Color #0bae99 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 10101110 10011001
Octal 13 256 231
Decimal 11 174 153
Hex B AE 99

RGB Percentages of Color #0bae99

%3.25
%51.48
%45.27

CMYK Percentages of Color #0bae99

%94
%0
%12
%32

Triadic Colors of #0bae99

#0bae99 #990bae #ae990b

Analogous Colors of #0bae99

#0bae99 #0b72ae #0bae48

Monochromatic Colors of #0bae99

#0bae99

Complementary Color

#0bae99 #ae0b20

#0bae99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bae99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bae99 Color CSS Codes

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

#0bae99 Text Font Color

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

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


#0bae99 Background Color

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

This div background color is #0bae99


#0bae99 Border Color

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

This div border color is #0bae99


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bae99

#0bae99 Color Palettes


Comments

No comments written yet.

Please login to write comment.