Color Hex Logo

#0baaed Color Hex

#0BAAED
(11,170,237)
0 Favorites   0 Comments

Color spaces of #0baaed

RGB 11170237
HSL0.550.910.49
HSV198°95°93°
CMYK 0.950.280.00   0.07
XYZ29.798834.935085.2933
Yxy34.93500.19860.2329
Hunter Lab59.1058-13.4427-44.1850
CIE-Lab65.6980-12.4770-43.5077

#0baaed color RGB value is (11,170,237).

#0baaed hex color red value is 11, green value is 170 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #0baaed hue: 0.55 , saturation: 0.91 and the lightness value of 0baaed is 0.49.

The process color (four color CMYK) of #0baaed color hex is 0.95, 0.28, 0.00, 0.07. Web safe color of #0baaed is #0099ff. Color #0baaed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 10101010 11101101
Octal 13 252 355
Decimal 11 170 237
Hex B AA ED

RGB Percentages of Color #0baaed

%2.63
%40.67
%56.70

CMYK Percentages of Color #0baaed

%95
%28
%0
%7

Triadic Colors of #0baaed

#0baaed #ed0baa #aaed0b

Analogous Colors of #0baaed

#0baaed #0b39ed #0bedbf

Monochromatic Colors of #0baaed

#0baaed

Complementary Color

#0baaed #ed4e0b

#0baaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0baaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#0baaed Color CSS Codes

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

#0baaed Text Font Color

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

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


#0baaed Background Color

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

This div background color is #0baaed


#0baaed Border Color

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

This div border color is #0baaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0baaed


Comments

No comments written yet.

Please login to write comment.