Color Hex Logo

#0baebd Color Hex

#0BAEBD
(11,174,189)
0 Favorites   0 Comments

Color spaces of #0baebd

RGB 11174189
HSL0.510.890.39
HSV185°94°74°
CMYK 0.940.080.00   0.26
XYZ24.459434.017453.4210
Yxy34.01740.21860.3040
Hunter Lab58.3244-27.2106-13.4783
CIE-Lab64.9764-31.0029-18.1275

#0baebd color RGB value is (11,174,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 10101110 10111101
Octal 13 256 275
Decimal 11 174 189
Hex B AE BD

RGB Percentages of Color #0baebd

%2.94
%46.52
%50.53

CMYK Percentages of Color #0baebd

%94
%8
%0
%26

Triadic Colors of #0baebd

#0baebd #bd0bae #aebd0b

Analogous Colors of #0baebd

#0baebd #0b55bd #0bbd73

Monochromatic Colors of #0baebd

#0baebd

Complementary Color

#0baebd #bd1a0b

#0baebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0baebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0baebd Color CSS Codes

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

#0baebd Text Font Color

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

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


#0baebd Background Color

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

This div background color is #0baebd


#0baebd Border Color

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

This div border color is #0baebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0baebd


Comments

No comments written yet.

Please login to write comment.