Color Hex Logo

#0c899e Color Hex

#0C899E
(12,137,158)
0 Favorites   0 Comments

Color spaces of #0c899e

RGB 12137158
HSL0.520.860.33
HSV189°92°62°
CMYK 0.920.130.00   0.38
XYZ15.268820.438135.4879
Yxy20.43810.21450.2871
Hunter Lab45.2085-18.8280-14.8957
CIE-Lab52.3290-22.7155-19.8289

#0c899e color RGB value is (12,137,158).

#0c899e hex color red value is 12, green value is 137 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #0c899e hue: 0.52 , saturation: 0.86 and the lightness value of 0c899e is 0.33.

The process color (four color CMYK) of #0c899e color hex is 0.92, 0.13, 0.00, 0.38. Web safe color of #0c899e is #009999. Color #0c899e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 10001001 10011110
Octal 14 211 236
Decimal 12 137 158
Hex C 89 9E

RGB Percentages of Color #0c899e

%3.91
%44.63
%51.47

CMYK Percentages of Color #0c899e

%92
%13
%0
%38

Triadic Colors of #0c899e

#0c899e #9e0c89 #899e0c

Analogous Colors of #0c899e

#0c899e #0c409e #0c9e6a

Monochromatic Colors of #0c899e

#0c899e

Complementary Color

#0c899e #9e210c

#0c899e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0c899e Color Preview on White Background

Lorem ipsum dolor sit amet.

#0c899e Color CSS Codes

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

#0c899e Text Font Color

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

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


#0c899e Background Color

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

This div background color is #0c899e


#0c899e Border Color

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

This div border color is #0c899e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0c899e


Comments

No comments written yet.

Please login to write comment.