Color Hex Logo

#0afaab Color Hex

#0AFAAB
(10,250,171)
0 Favorites   0 Comments

Color spaces of #0afaab

RGB 10250171
HSL0.450.960.51
HSV160°96°98°
CMYK 0.960.000.32   0.02
XYZ41.661571.376050.1092
Yxy71.37600.25540.4375
Hunter Lab84.4843-59.824423.9730
CIE-Lab87.6674-67.030024.3243

#0afaab color RGB value is (10,250,171).

#0afaab hex color red value is 10, green value is 250 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #0afaab hue: 0.45 , saturation: 0.96 and the lightness value of 0afaab is 0.51.

The process color (four color CMYK) of #0afaab color hex is 0.96, 0.00, 0.32, 0.02. Web safe color of #0afaab is #00ff99. Color #0afaab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 11111010 10101011
Octal 12 372 253
Decimal 10 250 171
Hex A FA AB

RGB Percentages of Color #0afaab

%2.32
%58.00
%39.68

CMYK Percentages of Color #0afaab

%96
%0
%32
%2

Triadic Colors of #0afaab

#0afaab #ab0afa #faab0a

Analogous Colors of #0afaab

#0afaab #0ad1fa #0afa33

Monochromatic Colors of #0afaab

#0afaab

Complementary Color

#0afaab #fa0a59

#0afaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0afaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#0afaab Color CSS Codes

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

#0afaab Text Font Color

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

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


#0afaab Background Color

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

This div background color is #0afaab


#0afaab Border Color

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

This div border color is #0afaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0afaab


Comments

No comments written yet.

Please login to write comment.