Color Hex Logo

#0cb193 Color Hex

#0CB193
(12,177,147)
0 Favorites   0 Comments

Color spaces of #0cb193

RGB 12177147
HSL0.470.870.37
HSV169°93°69°
CMYK 0.930.000.17   0.31
XYZ21.140233.629032.9806
Yxy33.62900.24090.3832
Hunter Lab57.9905-36.41206.8737
CIE-Lab64.6670-44.76014.7645

#0cb193 color RGB value is (12,177,147).

#0cb193 hex color red value is 12, green value is 177 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #0cb193 hue: 0.47 , saturation: 0.87 and the lightness value of 0cb193 is 0.37.

The process color (four color CMYK) of #0cb193 color hex is 0.93, 0.00, 0.17, 0.31. Web safe color of #0cb193 is #009999. Color #0cb193 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 10110001 10010011
Octal 14 261 223
Decimal 12 177 147
Hex C B1 93

RGB Percentages of Color #0cb193

%3.57
%52.68
%43.75

CMYK Percentages of Color #0cb193

%93
%0
%17
%31

Triadic Colors of #0cb193

#0cb193 #930cb1 #b1930c

Analogous Colors of #0cb193

#0cb193 #0c7db1 #0cb141

Monochromatic Colors of #0cb193

#0cb193

Complementary Color

#0cb193 #b10c2a

#0cb193 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cb193 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cb193 Color CSS Codes

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

#0cb193 Text Font Color

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

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


#0cb193 Background Color

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

This div background color is #0cb193


#0cb193 Border Color

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

This div border color is #0cb193


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(12,177,147, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0cb193; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0cb193;
  -webkit-box-shadow: 1px 1px 3px 2px #0cb193;
  box-shadow:         1px 1px 3px 2px #0cb193; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(12,177,147, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cb193


Comments

No comments written yet.

Please login to write comment.