color codes Logo

#0fedfb color codes

#0FEDFB
(15,237,251)
0 Favorites   0 Comments

Color spaces of #0fedfb

RGB 15237251
HSL0.510.970.52
HSV184°94°98°
CMYK 0.940.060.00   0.02
XYZ47.893867.6350101.7974
Yxy67.63500.22040.3112
Hunter Lab82.2405-39.9691-15.8209
CIE-Lab85.8236-41.0165-20.0060

#0fedfb color RGB value is (15,237,251).

#0fedfb hex color red value is 15, green value is 237 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #0fedfb hue: 0.51 , saturation: 0.97 and the lightness value of 0fedfb is 0.52.

The process color (four color CMYK) of #0fedfb color code is 0.94, 0.06, 0.00, 0.02. Web safe color of #0fedfb is #00ffff. Color #0fedfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 11101101 11111011
Octal 17 355 373
Decimal 15 237 251
Hex F ED FB

RGB Percentages of Color #0fedfb

%2.98
%47.12
%49.90

CMYK Percentages of Color #0fedfb

%94
%6
%0
%2

Triadic Colors of #0fedfb

#0fedfb #fb0fed #edfb0f

Analogous Colors of #0fedfb

#0fedfb #0f77fb #0ffb93

Monochromatic Colors of #0fedfb

#0fedfb

Complementary Color

#0fedfb #fb1d0f

#0fedfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fedfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fedfb Color CSS Codes

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

#0fedfb Text Font Color

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

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


#0fedfb Background Color

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

This div background color is #0fedfb


#0fedfb Border Color

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

This div border color is #0fedfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fedfb


Comments

No comments written yet.

Please login to write comment.