Color Hex Logo

#0faeab Color Hex

#0FAEAB
(15,174,171)
0 Favorites   0 Comments

Color spaces of #0faeab

RGB 15174171
HSL0.500.840.37
HSV179°91°68°
CMYK 0.910.000.02   0.32
XYZ22.683733.313943.7628
Yxy33.31390.22740.3339
Hunter Lab57.7182-30.8550-4.5518
CIE-Lab64.4143-36.4704-8.9520

#0faeab color RGB value is (15,174,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 10101110 10101011
Octal 17 256 253
Decimal 15 174 171
Hex F AE AB

RGB Percentages of Color #0faeab

%4.17
%48.33
%47.50

CMYK Percentages of Color #0faeab

%91
%0
%2
%32

Triadic Colors of #0faeab

#0faeab #ab0fae #aeab0f

Analogous Colors of #0faeab

#0faeab #0f61ae #0fae5c

Monochromatic Colors of #0faeab

#0faeab

Complementary Color

#0faeab #ae0f12

#0faeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0faeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#0faeab Color CSS Codes

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

#0faeab Text Font Color

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

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


#0faeab Background Color

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

This div background color is #0faeab


#0faeab Border Color

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

This div border color is #0faeab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0faeab


Comments

No comments written yet.

Please login to write comment.