Color Hex Logo

#0fbaeb Color Hex

#0FBAEB
(15,186,235)
0 Favorites   0 Comments

Color spaces of #0fbaeb

RGB 15186235
HSL0.540.880.49
HSV193°94°92°
CMYK 0.940.210.00   0.08
XYZ32.751341.217584.8269
Yxy41.21750.20620.2596
Hunter Lab64.2009-21.2919-33.3977
CIE-Lab70.3280-21.5670-35.1882

#0fbaeb color RGB value is (15,186,235).

#0fbaeb hex color red value is 15, green value is 186 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #0fbaeb hue: 0.54 , saturation: 0.88 and the lightness value of 0fbaeb is 0.49.

The process color (four color CMYK) of #0fbaeb color hex is 0.94, 0.21, 0.00, 0.08. Web safe color of #0fbaeb is #00ccff. Color #0fbaeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 10111010 11101011
Octal 17 272 353
Decimal 15 186 235
Hex F BA EB

RGB Percentages of Color #0fbaeb

%3.44
%42.66
%53.90

CMYK Percentages of Color #0fbaeb

%94
%21
%0
%8

Triadic Colors of #0fbaeb

#0fbaeb #eb0fba #baeb0f

Analogous Colors of #0fbaeb

#0fbaeb #0f4ceb #0febae

Monochromatic Colors of #0fbaeb

#0fbaeb

Complementary Color

#0fbaeb #eb400f

#0fbaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fbaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fbaeb Color CSS Codes

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

#0fbaeb Text Font Color

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

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


#0fbaeb Background Color

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

This div background color is #0fbaeb


#0fbaeb Border Color

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

This div border color is #0fbaeb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(15,186,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0fbaeb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0fbaeb;
  -webkit-box-shadow: 1px 1px 3px 2px #0fbaeb;
  box-shadow:         1px 1px 3px 2px #0fbaeb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(15,186,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fbaeb


Comments

No comments written yet.

Please login to write comment.