Color Hex Logo

#0c879d Color Hex

#0C879D
(12,135,157)
0 Favorites   0 Comments

Color spaces of #0c879d

RGB 12135157
HSL0.530.860.33
HSV189°92°62°
CMYK 0.920.140.00   0.38
XYZ14.901419.840434.9425
Yxy19.84040.21380.2847
Hunter Lab44.5426-18.2336-15.3317
CIE-Lab51.6563-22.0138-20.2800

#0c879d color RGB value is (12,135,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 10000111 10011101
Octal 14 207 235
Decimal 12 135 157
Hex C 87 9D

RGB Percentages of Color #0c879d

%3.95
%44.41
%51.64

CMYK Percentages of Color #0c879d

%92
%14
%0
%38

Triadic Colors of #0c879d

#0c879d #9d0c87 #879d0c

Analogous Colors of #0c879d

#0c879d #0c3f9d #0c9d6b

Monochromatic Colors of #0c879d

#0c879d

Complementary Color

#0c879d #9d220c

#0c879d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0c879d Color Preview on White Background

Lorem ipsum dolor sit amet.

#0c879d Color CSS Codes

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

#0c879d Text Font Color

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

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


#0c879d Background Color

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

This div background color is #0c879d


#0c879d Border Color

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

This div border color is #0c879d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0c879d


Comments

No comments written yet.

Please login to write comment.