Color Hex Logo

#0baace Color Hex

#0BAACE
(11,170,206)
0 Favorites   0 Comments

Color spaces of #0baace

RGB 11170206
HSL0.530.900.43
HSV191°95°81°
CMYK 0.950.170.00   0.19
XYZ25.653333.276863.4635
Yxy33.27680.20960.2719
Hunter Lab57.6860-21.5707-24.8479
CIE-Lab64.3844-23.3588-28.4709

#0baace color RGB value is (11,170,206).

#0baace hex color red value is 11, green value is 170 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #0baace hue: 0.53 , saturation: 0.90 and the lightness value of 0baace is 0.43.

The process color (four color CMYK) of #0baace color hex is 0.95, 0.17, 0.00, 0.19. Web safe color of #0baace is #0099cc. Color #0baace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 10101010 11001110
Octal 13 252 316
Decimal 11 170 206
Hex B AA CE

RGB Percentages of Color #0baace

%2.84
%43.93
%53.23

CMYK Percentages of Color #0baace

%95
%17
%0
%19

Triadic Colors of #0baace

#0baace #ce0baa #aace0b

Analogous Colors of #0baace

#0baace #0b49ce #0bce91

Monochromatic Colors of #0baace

#0baace

Complementary Color

#0baace #ce2f0b

#0baace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0baace Color Preview on White Background

Lorem ipsum dolor sit amet.

#0baace Color CSS Codes

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

#0baace Text Font Color

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

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


#0baace Background Color

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

This div background color is #0baace


#0baace Border Color

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

This div border color is #0baace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0baace


Comments

No comments written yet.

Please login to write comment.