Color Hex Logo

#0faeee Color Hex

#0FAEEE
(15,174,238)
0 Favorites   0 Comments

Color spaces of #0faeee

RGB 15174238
HSL0.550.880.50
HSV197°94°93°
CMYK 0.940.270.00   0.07
XYZ30.765736.546786.3216
Yxy36.54670.20030.2379
Hunter Lab60.4539-14.9535-42.3420
CIE-Lab66.9355-14.1763-42.1120

#0faeee color RGB value is (15,174,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 10101110 11101110
Octal 17 256 356
Decimal 15 174 238
Hex F AE EE

RGB Percentages of Color #0faeee

%3.51
%40.75
%55.74

CMYK Percentages of Color #0faeee

%94
%27
%0
%7

Triadic Colors of #0faeee

#0faeee #ee0fae #aeee0f

Analogous Colors of #0faeee

#0faeee #0f3eee #0feebf

Monochromatic Colors of #0faeee

#0faeee

Complementary Color

#0faeee #ee4f0f

#0faeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0faeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#0faeee Color CSS Codes

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

#0faeee Text Font Color

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

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


#0faeee Background Color

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

This div background color is #0faeee


#0faeee Border Color

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

This div border color is #0faeee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0faeee


Comments

No comments written yet.

Please login to write comment.