Color Hex Logo

#0afbbe Color Hex

#0AFBBE
(10,251,190)
0 Favorites   0 Comments

Color spaces of #0afbbe

RGB 10251190
HSL0.460.970.51
HSV165°96°98°
CMYK 0.960.000.24   0.02
XYZ43.916672.776660.4478
Yxy72.77660.24790.4108
Hunter Lab85.3092-57.400517.7051
CIE-Lab88.3411-63.200915.5230

#0afbbe color RGB value is (10,251,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11111011 10111110
Octal 12 373 276
Decimal 10 251 190
Hex A FB BE

RGB Percentages of Color #0afbbe

%2.22
%55.65
%42.13

CMYK Percentages of Color #0afbbe

%96
%0
%24
%2

Triadic Colors of #0afbbe

#0afbbe #be0afb #fbbe0a

Analogous Colors of #0afbbe

#0afbbe #0ac0fb #0afb46

Monochromatic Colors of #0afbbe

#0afbbe

Complementary Color

#0afbbe #fb0a47

#0afbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0afbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#0afbbe Color CSS Codes

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

#0afbbe Text Font Color

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

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


#0afbbe Background Color

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

This div background color is #0afbbe


#0afbbe Border Color

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

This div border color is #0afbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0afbbe


Comments

No comments written yet.

Please login to write comment.