Color Hex Logo

#0cb798 Color Hex

#0CB798
(12,183,152)
0 Favorites   0 Comments

Color spaces of #0cb798

RGB 12183152
HSL0.470.880.38
HSV169°93°72°
CMYK 0.930.000.17   0.28
XYZ22.752636.212135.4962
Yxy36.21210.24090.3834
Hunter Lab60.1765-37.81847.1503
CIE-Lab66.6817-45.92994.9064

#0cb798 color RGB value is (12,183,152).

#0cb798 hex color red value is 12, green value is 183 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #0cb798 hue: 0.47 , saturation: 0.88 and the lightness value of 0cb798 is 0.38.

The process color (four color CMYK) of #0cb798 color hex is 0.93, 0.00, 0.17, 0.28. Web safe color of #0cb798 is #00cc99. Color #0cb798 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 10110111 10011000
Octal 14 267 230
Decimal 12 183 152
Hex C B7 98

RGB Percentages of Color #0cb798

%3.46
%52.74
%43.80

CMYK Percentages of Color #0cb798

%93
%0
%17
%28

Triadic Colors of #0cb798

#0cb798 #980cb7 #b7980c

Analogous Colors of #0cb798

#0cb798 #0c81b7 #0cb743

Monochromatic Colors of #0cb798

#0cb798

Complementary Color

#0cb798 #b70c2b

#0cb798 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cb798 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cb798 Color CSS Codes

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

#0cb798 Text Font Color

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

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


#0cb798 Background Color

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

This div background color is #0cb798


#0cb798 Border Color

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

This div border color is #0cb798


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cb798


Comments

No comments written yet.

Please login to write comment.