color codes Logo

#0abcab color codes

#0ABCAB
(10,188,171)
0 Favorites   0 Comments

Color spaces of #0abcab

RGB 10188171
HSL0.480.900.39
HSV174°95°74°
CMYK 0.950.000.09   0.26
XYZ25.459138.971244.7084
Yxy38.97120.23330.3571
Hunter Lab62.4269-36.45081.2370
CIE-Lab68.7304-42.9089-2.5659

#0abcab color RGB value is (10,188,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 10111100 10101011
Octal 12 274 253
Decimal 10 188 171
Hex A BC AB

RGB Percentages of Color #0abcab

%2.71
%50.95
%46.34

CMYK Percentages of Color #0abcab

%95
%0
%9
%26

Triadic Colors of #0abcab

#0abcab #ab0abc #bcab0a

Analogous Colors of #0abcab

#0abcab #0a74bc #0abc52

Monochromatic Colors of #0abcab

#0abcab

Complementary Color

#0abcab #bc0a1b

#0abcab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0abcab Color Preview on White Background

Lorem ipsum dolor sit amet.

#0abcab Color CSS Codes

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

#0abcab Text Font Color

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

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


#0abcab Background Color

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

This div background color is #0abcab


#0abcab Border Color

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

This div border color is #0abcab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0abcab


Comments

No comments written yet.

Please login to write comment.