Color Hex Logo

#0fbaed Color Hex

#0FBAED
(15,186,237)
0 Favorites   0 Comments

Color spaces of #0fbaed

RGB 15186237
HSL0.540.880.49
HSV194°94°93°
CMYK 0.940.220.00   0.07
XYZ33.042041.333886.3575
Yxy41.33380.20560.2572
Hunter Lab64.2914-20.7713-34.6356
CIE-Lab70.4092-20.8826-36.1486

#0fbaed color RGB value is (15,186,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 10111010 11101101
Octal 17 272 355
Decimal 15 186 237
Hex F BA ED

RGB Percentages of Color #0fbaed

%3.42
%42.47
%54.11

CMYK Percentages of Color #0fbaed

%94
%22
%0
%7

Triadic Colors of #0fbaed

#0fbaed #ed0fba #baed0f

Analogous Colors of #0fbaed

#0fbaed #0f4bed #0fedb1

Monochromatic Colors of #0fbaed

#0fbaed

Complementary Color

#0fbaed #ed420f

#0fbaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fbaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fbaed Color CSS Codes

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

#0fbaed Text Font Color

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

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


#0fbaed Background Color

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

This div background color is #0fbaed


#0fbaed Border Color

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

This div border color is #0fbaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fbaed


Comments

No comments written yet.

Please login to write comment.