Color Hex Logo

#0faeac Color Hex

#0FAEAC
(15,174,172)
0 Favorites   0 Comments

Color spaces of #0faeac

RGB 15174172
HSL0.500.840.37
HSV179°91°68°
CMYK 0.910.000.01   0.32
XYZ22.779433.352244.2667
Yxy33.35220.22690.3322
Hunter Lab57.7514-30.6575-5.0201
CIE-Lab64.4451-36.1676-9.4632

#0faeac color RGB value is (15,174,172).

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

The process color (four color CMYK) of #0faeac color hex is 0.91, 0.00, 0.01, 0.32. Web safe color of #0faeac is #009999. Color #0faeac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 10101110 10101100
Octal 17 256 254
Decimal 15 174 172
Hex F AE AC

RGB Percentages of Color #0faeac

%4.16
%48.20
%47.65

CMYK Percentages of Color #0faeac

%91
%0
%1
%32

Triadic Colors of #0faeac

#0faeac #ac0fae #aeac0f

Analogous Colors of #0faeac

#0faeac #0f61ae #0fae5d

Monochromatic Colors of #0faeac

#0faeac

Complementary Color

#0faeac #ae0f11

#0faeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0faeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#0faeac Color CSS Codes

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

#0faeac Text Font Color

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

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


#0faeac Background Color

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

This div background color is #0faeac


#0faeac Border Color

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

This div border color is #0faeac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0faeac


Comments

No comments written yet.

Please login to write comment.