Color Hex Logo

#0fb1dd Color Hex

#0FB1DD
(15,177,221)
0 Favorites   0 Comments

Color spaces of #0fb1dd

RGB 15177221
HSL0.540.870.46
HSV193°93°87°
CMYK 0.930.200.00   0.13
XYZ28.970336.766373.9763
Yxy36.76630.20740.2632
Hunter Lab60.6352-20.8279-29.8904
CIE-Lab67.1013-21.7033-32.5442

#0fb1dd color RGB value is (15,177,221).

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

The process color (four color CMYK) of #0fb1dd color hex is 0.93, 0.20, 0.00, 0.13. Web safe color of #0fb1dd is #0099cc. Color #0fb1dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 10110001 11011101
Octal 17 261 335
Decimal 15 177 221
Hex F B1 DD

RGB Percentages of Color #0fb1dd

%3.63
%42.86
%53.51

CMYK Percentages of Color #0fb1dd

%93
%20
%0
%13

Triadic Colors of #0fb1dd

#0fb1dd #dd0fb1 #b1dd0f

Analogous Colors of #0fb1dd

#0fb1dd #0f4add #0fdda2

Monochromatic Colors of #0fb1dd

#0fb1dd

Complementary Color

#0fb1dd #dd3b0f

#0fb1dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fb1dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fb1dd Color CSS Codes

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

#0fb1dd Text Font Color

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

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


#0fb1dd Background Color

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

This div background color is #0fb1dd


#0fb1dd Border Color

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

This div border color is #0fb1dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fb1dd


Comments

No comments written yet.

Please login to write comment.