Color Hex Logo

#0c80ae Color Hex

#0C80AE
(12,128,174)
0 Favorites   0 Comments

Color spaces of #0c80ae

RGB 12128174
HSL0.550.870.36
HSV197°93°68°
CMYK 0.930.260.00   0.32
XYZ15.510818.572542.8117
Yxy18.57250.20170.2415
Hunter Lab43.0958-11.1730-28.7320
CIE-Lab50.1833-12.0383-32.4111

#0c80ae color RGB value is (12,128,174).

#0c80ae hex color red value is 12, green value is 128 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #0c80ae hue: 0.55 , saturation: 0.87 and the lightness value of 0c80ae is 0.36.

The process color (four color CMYK) of #0c80ae color hex is 0.93, 0.26, 0.00, 0.32. Web safe color of #0c80ae is #009999. Color #0c80ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 10000000 10101110
Octal 14 200 256
Decimal 12 128 174
Hex C 80 AE

RGB Percentages of Color #0c80ae

%3.82
%40.76
%55.41

CMYK Percentages of Color #0c80ae

%93
%26
%0
%32

Triadic Colors of #0c80ae

#0c80ae #ae0c80 #80ae0c

Analogous Colors of #0c80ae

#0c80ae #0c2fae #0cae8b

Monochromatic Colors of #0c80ae

#0c80ae

Complementary Color

#0c80ae #ae3a0c

#0c80ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0c80ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#0c80ae Color CSS Codes

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

#0c80ae Text Font Color

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

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


#0c80ae Background Color

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

This div background color is #0c80ae


#0c80ae Border Color

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

This div border color is #0c80ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0c80ae


Comments

No comments written yet.

Please login to write comment.