color codes Logo

#0abc7c color codes

#0ABC7C
(10,188,124)
0 Favorites   0 Comments

Color spaces of #0abc7c

RGB 10188124
HSL0.440.900.39
HSV158°95°74°
CMYK 0.950.000.34   0.26
XYZ21.746537.486225.1582
Yxy37.48620.25770.4442
Hunter Lab61.2260-43.745118.4955
CIE-Lab67.6402-54.706821.4813

#0abc7c color RGB value is (10,188,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 10111100 01111100
Octal 12 274 174
Decimal 10 188 124
Hex A BC 7C

RGB Percentages of Color #0abc7c

%3.11
%58.39
%38.51

CMYK Percentages of Color #0abc7c

%95
%0
%34
%26

Triadic Colors of #0abc7c

#0abc7c #7c0abc #bc7c0a

Analogous Colors of #0abc7c

#0abc7c #0aa3bc #0abc23

Monochromatic Colors of #0abc7c

#0abc7c

Complementary Color

#0abc7c #bc0a4a

#0abc7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0abc7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#0abc7c Color CSS Codes

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

#0abc7c Text Font Color

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

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


#0abc7c Background Color

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

This div background color is #0abc7c


#0abc7c Border Color

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

This div border color is #0abc7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0abc7c


Comments

No comments written yet.

Please login to write comment.