Color Hex Logo

#0baeee Color Hex

#0BAEEE
(11,174,238)
0 Favorites   0 Comments

Color spaces of #0baeee

RGB 11174238
HSL0.550.910.49
HSV197°95°93°
CMYK 0.950.270.00   0.07
XYZ30.706736.516386.3189
Yxy36.51630.20000.2378
Hunter Lab60.4287-15.0459-42.3922
CIE-Lab66.9125-14.2968-42.1497

#0baeee color RGB value is (11,174,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 10101110 11101110
Octal 13 256 356
Decimal 11 174 238
Hex B AE EE

RGB Percentages of Color #0baeee

%2.60
%41.13
%56.26

CMYK Percentages of Color #0baeee

%95
%27
%0
%7

Triadic Colors of #0baeee

#0baeee #ee0bae #aeee0b

Analogous Colors of #0baeee

#0baeee #0b3cee #0beebd

Monochromatic Colors of #0baeee

#0baeee

Complementary Color

#0baeee #ee4b0b

#0baeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0baeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#0baeee Color CSS Codes

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

#0baeee Text Font Color

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

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


#0baeee Background Color

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

This div background color is #0baeee


#0baeee Border Color

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

This div border color is #0baeee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(11,174,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 #0baeee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0baeee


Comments

No comments written yet.

Please login to write comment.