Color Hex Logo

#0faaee Color Hex

#0FAAEE
(15,170,238)
0 Favorites   0 Comments

Color spaces of #0faaee

RGB 15170238
HSL0.550.880.50
HSV198°94°93°
CMYK 0.940.290.00   0.07
XYZ30.004335.024186.0678
Yxy35.02410.19860.2318
Hunter Lab59.1812-13.0692-44.7993
CIE-Lab65.7674-11.9971-43.9444

#0faaee color RGB value is (15,170,238).

#0faaee hex color red value is 15, green value is 170 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #0faaee hue: 0.55 , saturation: 0.88 and the lightness value of 0faaee is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 10101010 11101110
Octal 17 252 356
Decimal 15 170 238
Hex F AA EE

RGB Percentages of Color #0faaee

%3.55
%40.19
%56.26

CMYK Percentages of Color #0faaee

%94
%29
%0
%7

Triadic Colors of #0faaee

#0faaee #ee0faa #aaee0f

Analogous Colors of #0faaee

#0faaee #0f3bee #0feec3

Monochromatic Colors of #0faaee

#0faaee

Complementary Color

#0faaee #ee530f

#0faaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0faaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#0faaee Color CSS Codes

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

#0faaee Text Font Color

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

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


#0faaee Background Color

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

This div background color is #0faaee


#0faaee Border Color

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

This div border color is #0faaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0faaee


Comments

No comments written yet.

Please login to write comment.