Color Hex Logo

#0faee0 Color Hex

#0FAEE0
(15,174,224)
0 Favorites   0 Comments

Color spaces of #0faee0

RGB 15174224
HSL0.540.870.47
HSV194°93°88°
CMYK 0.930.220.00   0.12
XYZ28.787635.755575.9052
Yxy35.75550.20500.2546
Hunter Lab59.7959-18.7074-33.4059
CIE-Lab66.3327-19.0990-35.3846

#0faee0 color RGB value is (15,174,224).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 10101110 11100000
Octal 17 256 340
Decimal 15 174 224
Hex F AE E0

RGB Percentages of Color #0faee0

%3.63
%42.13
%54.24

CMYK Percentages of Color #0faee0

%93
%22
%0
%12

Triadic Colors of #0faee0

#0faee0 #e00fae #aee00f

Analogous Colors of #0faee0

#0faee0 #0f45e0 #0fe0aa

Monochromatic Colors of #0faee0

#0faee0

Complementary Color

#0faee0 #e0410f

#0faee0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0faee0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0faee0 Color CSS Codes

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

#0faee0 Text Font Color

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

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


#0faee0 Background Color

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

This div background color is #0faee0


#0faee0 Border Color

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

This div border color is #0faee0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0faee0


Comments

No comments written yet.

Please login to write comment.