Color Hex Logo

#0abcaf Color Hex

#0ABCAF
(10,188,175)
0 Favorites   0 Comments

Color spaces of #0abcaf

RGB 10188175
HSL0.490.900.39
HSV176°95°74°
CMYK 0.950.000.07   0.26
XYZ25.846339.126146.7473
Yxy39.12610.23130.3502
Hunter Lab62.5509-35.7070-0.5247
CIE-Lab68.8425-41.7664-4.5988

#0abcaf color RGB value is (10,188,175).

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

The process color (four color CMYK) of #0abcaf color hex is 0.95, 0.00, 0.07, 0.26. Web safe color of #0abcaf is #00cc99. Color #0abcaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 10111100 10101111
Octal 12 274 257
Decimal 10 188 175
Hex A BC AF

RGB Percentages of Color #0abcaf

%2.68
%50.40
%46.92

CMYK Percentages of Color #0abcaf

%95
%0
%7
%26

Triadic Colors of #0abcaf

#0abcaf #af0abc #bcaf0a

Analogous Colors of #0abcaf

#0abcaf #0a70bc #0abc56

Monochromatic Colors of #0abcaf

#0abcaf

Complementary Color

#0abcaf #bc0a17

#0abcaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0abcaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0abcaf Color CSS Codes

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

#0abcaf Text Font Color

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

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


#0abcaf Background Color

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

This div background color is #0abcaf


#0abcaf Border Color

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

This div border color is #0abcaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0abcaf


Comments

No comments written yet.

Please login to write comment.