Color Hex Logo

#0abfbd Color Hex

#0ABFBD
(10,191,189)
0 Favorites   0 Comments

Color spaces of #0abfbd

RGB 10191189
HSL0.500.900.39
HSV179°95°75°
CMYK 0.950.000.01   0.25
XYZ27.941341.000354.5853
Yxy41.00030.22620.3319
Hunter Lab64.0315-34.1634-5.7213
CIE-Lab70.1761-38.9888-10.3002

#0abfbd color RGB value is (10,191,189).

#0abfbd hex color red value is 10, green value is 191 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #0abfbd hue: 0.50 , saturation: 0.90 and the lightness value of 0abfbd is 0.39.

The process color (four color CMYK) of #0abfbd color hex is 0.95, 0.00, 0.01, 0.25. Web safe color of #0abfbd is #00cccc. Color #0abfbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 10111111 10111101
Octal 12 277 275
Decimal 10 191 189
Hex A BF BD

RGB Percentages of Color #0abfbd

%2.56
%48.97
%48.46

CMYK Percentages of Color #0abfbd

%95
%0
%1
%25

Triadic Colors of #0abfbd

#0abfbd #bd0abf #bfbd0a

Analogous Colors of #0abfbd

#0abfbd #0a67bf #0abf63

Monochromatic Colors of #0abfbd

#0abfbd

Complementary Color

#0abfbd #bf0a0c

#0abfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0abfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0abfbd Color CSS Codes

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

#0abfbd Text Font Color

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

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


#0abfbd Background Color

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

This div background color is #0abfbd


#0abfbd Border Color

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

This div border color is #0abfbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0abfbd


Comments

No comments written yet.

Please login to write comment.