Color Hex Logo

#0fafe8 Color Hex

#0FAFE8
(15,175,232)
0 Favorites   0 Comments

Color spaces of #0fafe8

RGB 15175232
HSL0.540.880.48
HSV196°94°91°
CMYK 0.940.250.00   0.09
XYZ30.092536.587781.8200
Yxy36.58770.20260.2464
Hunter Lab60.4878-17.0503-37.8584
CIE-Lab66.9665-16.8325-38.7832

#0fafe8 color RGB value is (15,175,232).

#0fafe8 hex color red value is 15, green value is 175 and the blue value of its RGB is 232. Cylindrical-coordinate representations (also known as HSL) of color #0fafe8 hue: 0.54 , saturation: 0.88 and the lightness value of 0fafe8 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 10101111 11101000
Octal 17 257 350
Decimal 15 175 232
Hex F AF E8

RGB Percentages of Color #0fafe8

%3.55
%41.47
%54.98

CMYK Percentages of Color #0fafe8

%94
%25
%0
%9

Triadic Colors of #0fafe8

#0fafe8 #e80faf #afe80f

Analogous Colors of #0fafe8

#0fafe8 #0f43e8 #0fe8b5

Monochromatic Colors of #0fafe8

#0fafe8

Complementary Color

#0fafe8 #e8480f

#0fafe8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fafe8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fafe8 Color CSS Codes

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

#0fafe8 Text Font Color

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

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


#0fafe8 Background Color

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

This div background color is #0fafe8


#0fafe8 Border Color

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

This div border color is #0fafe8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fafe8


Comments

No comments written yet.

Please login to write comment.