Color Hex Logo

#0afeab Color Hex

#0AFEAB
(10,254,171)
0 Favorites   0 Comments

Color spaces of #0afeab

RGB 10254171
HSL0.440.990.52
HSV160°96°100°
CMYK 0.960.000.33   0.00
XYZ42.917773.888450.5280
Yxy73.88840.25650.4416
Hunter Lab85.9584-61.304825.3190
CIE-Lab88.8697-68.432825.9684

#0afeab color RGB value is (10,254,171).

#0afeab hex color red value is 10, green value is 254 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #0afeab hue: 0.44 , saturation: 0.99 and the lightness value of 0afeab is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11111110 10101011
Octal 12 376 253
Decimal 10 254 171
Hex A FE AB

RGB Percentages of Color #0afeab

%2.30
%58.39
%39.31

CMYK Percentages of Color #0afeab

%96
%0
%33
%0

Triadic Colors of #0afeab

#0afeab #ab0afe #feab0a

Analogous Colors of #0afeab

#0afeab #0ad7fe #0afe31

Monochromatic Colors of #0afeab

#0afeab

Complementary Color

#0afeab #fe0a5d

#0afeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0afeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#0afeab Color CSS Codes

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

#0afeab Text Font Color

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

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


#0afeab Background Color

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

This div background color is #0afeab


#0afeab Border Color

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

This div border color is #0afeab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0afeab


Comments

No comments written yet.

Please login to write comment.