Color Hex Logo

#0baeb5 Color Hex

#0BAEB5
(11,174,181)
0 Favorites   0 Comments

Color spaces of #0baeb5

RGB 11174181
HSL0.510.890.38
HSV182°94°71°
CMYK 0.940.040.00   0.29
XYZ23.614633.679448.9722
Yxy33.67940.22220.3169
Hunter Lab58.0340-28.9260-9.4083
CIE-Lab64.7073-33.5475-14.0852

#0baeb5 color RGB value is (11,174,181).

#0baeb5 hex color red value is 11, green value is 174 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #0baeb5 hue: 0.51 , saturation: 0.89 and the lightness value of 0baeb5 is 0.38.

The process color (four color CMYK) of #0baeb5 color hex is 0.94, 0.04, 0.00, 0.29. Web safe color of #0baeb5 is #0099cc. Color #0baeb5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 10101110 10110101
Octal 13 256 265
Decimal 11 174 181
Hex B AE B5

RGB Percentages of Color #0baeb5

%3.01
%47.54
%49.45

CMYK Percentages of Color #0baeb5

%94
%4
%0
%29

Triadic Colors of #0baeb5

#0baeb5 #b50bae #aeb50b

Analogous Colors of #0baeb5

#0baeb5 #0b59b5 #0bb567

Monochromatic Colors of #0baeb5

#0baeb5

Complementary Color

#0baeb5 #b5120b

#0baeb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0baeb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0baeb5 Color CSS Codes

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

#0baeb5 Text Font Color

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

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


#0baeb5 Background Color

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

This div background color is #0baeb5


#0baeb5 Border Color

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

This div border color is #0baeb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0baeb5


Comments

No comments written yet.

Please login to write comment.