Color Hex Logo

#0c887c Color Hex

#0C887C
(12,136,124)
0 Favorites   0 Comments

Color spaces of #0c887c

RGB 12136124
HSL0.480.840.29
HSV174°91°53°
CMYK 0.910.000.09   0.47
XYZ12.593919.141722.0997
Yxy19.14170.23390.3556
Hunter Lab43.7512-25.18300.6772
CIE-Lab50.8526-33.2533-2.2733

#0c887c color RGB value is (12,136,124).

#0c887c hex color red value is 12, green value is 136 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #0c887c hue: 0.48 , saturation: 0.84 and the lightness value of 0c887c is 0.29.

The process color (four color CMYK) of #0c887c color hex is 0.91, 0.00, 0.09, 0.47. Web safe color of #0c887c is #009966. Color #0c887c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 10001000 01111100
Octal 14 210 174
Decimal 12 136 124
Hex C 88 7C

RGB Percentages of Color #0c887c

%4.41
%50.00
%45.59

CMYK Percentages of Color #0c887c

%91
%0
%9
%47

Triadic Colors of #0c887c

#0c887c #7c0c88 #887c0c

Analogous Colors of #0c887c

#0c887c #0c5688 #0c883e

Monochromatic Colors of #0c887c

#0c887c

Complementary Color

#0c887c #880c18

#0c887c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0c887c Color Preview on White Background

Lorem ipsum dolor sit amet.

#0c887c Color CSS Codes

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

#0c887c Text Font Color

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

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


#0c887c Background Color

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

This div background color is #0c887c


#0c887c Border Color

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

This div border color is #0c887c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(12,136,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 #0c887c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0c887c


Comments

No comments written yet.

Please login to write comment.