Color Hex Logo

#0fbdfe Color Hex

#0FBDFE
(15,189,254)
0 Favorites   0 Comments

Color spaces of #0fbdfe

RGB 15189254
HSL0.550.990.53
HSV196°94°100°
CMYK 0.940.260.00   0.00
XYZ36.284043.6525100.2793
Yxy43.65250.20130.2422
Hunter Lab66.0700-17.5949-43.7397
CIE-Lab71.9956-16.5792-42.8704

#0fbdfe color RGB value is (15,189,254).

#0fbdfe hex color red value is 15, green value is 189 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #0fbdfe hue: 0.55 , saturation: 0.99 and the lightness value of 0fbdfe is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 10111101 11111110
Octal 17 275 376
Decimal 15 189 254
Hex F BD FE

RGB Percentages of Color #0fbdfe

%3.28
%41.27
%55.46

CMYK Percentages of Color #0fbdfe

%94
%26
%0
%0

Triadic Colors of #0fbdfe

#0fbdfe #fe0fbd #bdfe0f

Analogous Colors of #0fbdfe

#0fbdfe #0f46fe #0ffec8

Monochromatic Colors of #0fbdfe

#0fbdfe

Complementary Color

#0fbdfe #fe500f

#0fbdfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fbdfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fbdfe Color CSS Codes

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

#0fbdfe Text Font Color

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

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


#0fbdfe Background Color

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

This div background color is #0fbdfe


#0fbdfe Border Color

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

This div border color is #0fbdfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fbdfe

Related Colors


Comments

No comments written yet.

Please login to write comment.