Color Hex Logo

#0afabd Color Hex

#0AFABD
(10,250,189)
0 Favorites   0 Comments

Color spaces of #0afabd

RGB 10250189
HSL0.460.960.51
HSV165°96°98°
CMYK 0.960.000.24   0.02
XYZ43.496172.109959.7702
Yxy72.10990.24800.4112
Hunter Lab84.9175-57.175217.7103
CIE-Lab88.0215-63.061015.5885

#0afabd color RGB value is (10,250,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11111010 10111101
Octal 12 372 275
Decimal 10 250 189
Hex A FA BD

RGB Percentages of Color #0afabd

%2.23
%55.68
%42.09

CMYK Percentages of Color #0afabd

%96
%0
%24
%2

Triadic Colors of #0afabd

#0afabd #bd0afa #fabd0a

Analogous Colors of #0afabd

#0afabd #0abffa #0afa45

Monochromatic Colors of #0afabd

#0afabd

Complementary Color

#0afabd #fa0a47

#0afabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0afabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0afabd Color CSS Codes

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

#0afabd Text Font Color

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

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


#0afabd Background Color

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

This div background color is #0afabd


#0afabd Border Color

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

This div border color is #0afabd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(10,250,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0afabd


Comments

No comments written yet.

Please login to write comment.