Color Hex Logo

#0bacee Color Hex

#0BACEE
(11,172,238)
0 Favorites   0 Comments

Color spaces of #0bacee

RGB 11172238
HSL0.550.910.49
HSV197°95°93°
CMYK 0.950.280.00   0.07
XYZ30.323235.749286.1910
Yxy35.74920.19910.2348
Hunter Lab59.7906-14.1062-43.6159
CIE-Lab66.3278-13.2108-43.0663

#0bacee color RGB value is (11,172,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 10101100 11101110
Octal 13 254 356
Decimal 11 172 238
Hex B AC EE

RGB Percentages of Color #0bacee

%2.61
%40.86
%56.53

CMYK Percentages of Color #0bacee

%95
%28
%0
%7

Triadic Colors of #0bacee

#0bacee #ee0bac #acee0b

Analogous Colors of #0bacee

#0bacee #0b3aee #0beebf

Monochromatic Colors of #0bacee

#0bacee

Complementary Color

#0bacee #ee4d0b

#0bacee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bacee Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bacee Color CSS Codes

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

#0bacee Text Font Color

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

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


#0bacee Background Color

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

This div background color is #0bacee


#0bacee Border Color

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

This div border color is #0bacee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bacee


Comments

No comments written yet.

Please login to write comment.