Color Hex Logo

#0fbbda Color Hex

#0FBBDA
(15,187,218)
0 Favorites   0 Comments

Color spaces of #0fbbda

RGB 15187218
HSL0.530.870.46
HSV189°93°85°
CMYK 0.930.140.00   0.15
XYZ30.622240.704272.5724
Yxy40.70420.21280.2829
Hunter Lab63.7998-25.9746-22.7826
CIE-Lab69.9682-27.7826-26.4820

#0fbbda color RGB value is (15,187,218).

#0fbbda hex color red value is 15, green value is 187 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #0fbbda hue: 0.53 , saturation: 0.87 and the lightness value of 0fbbda is 0.46.

The process color (four color CMYK) of #0fbbda color hex is 0.93, 0.14, 0.00, 0.15. Web safe color of #0fbbda is #00cccc. Color #0fbbda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 10111011 11011010
Octal 17 273 332
Decimal 15 187 218
Hex F BB DA

RGB Percentages of Color #0fbbda

%3.57
%44.52
%51.90

CMYK Percentages of Color #0fbbda

%93
%14
%0
%15

Triadic Colors of #0fbbda

#0fbbda #da0fbb #bbda0f

Analogous Colors of #0fbbda

#0fbbda #0f56da #0fda94

Monochromatic Colors of #0fbbda

#0fbbda

Complementary Color

#0fbbda #da2e0f

#0fbbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fbbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fbbda Color CSS Codes

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

#0fbbda Text Font Color

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

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


#0fbbda Background Color

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

This div background color is #0fbbda


#0fbbda Border Color

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

This div border color is #0fbbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fbbda


Comments

No comments written yet.

Please login to write comment.