Color Hex Logo

#0faefb Color Hex

#0FAEFB
(15,174,251)
0 Favorites   0 Comments

Color spaces of #0faefb

RGB 15174251
HSL0.550.970.52
HSV200°94°98°
CMYK 0.940.310.00   0.02
XYZ32.745637.338796.7480
Yxy37.33870.19630.2238
Hunter Lab61.1054-11.2786-51.0999
CIE-Lab67.5304-9.5284-48.2576

#0faefb color RGB value is (15,174,251).

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

The process color (four color CMYK) of #0faefb color hex is 0.94, 0.31, 0.00, 0.02. Web safe color of #0faefb is #0099ff. Color #0faefb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 10101110 11111011
Octal 17 256 373
Decimal 15 174 251
Hex F AE FB

RGB Percentages of Color #0faefb

%3.41
%39.55
%57.05

CMYK Percentages of Color #0faefb

%94
%31
%0
%2

Triadic Colors of #0faefb

#0faefb #fb0fae #aefb0f

Analogous Colors of #0faefb

#0faefb #0f38fb #0ffbd2

Monochromatic Colors of #0faefb

#0faefb

Complementary Color

#0faefb #fb5c0f

#0faefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0faefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0faefb Color CSS Codes

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

#0faefb Text Font Color

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

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


#0faefb Background Color

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

This div background color is #0faefb


#0faefb Border Color

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

This div border color is #0faefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0faefb


Comments

No comments written yet.

Please login to write comment.