Color Hex Logo

#0c8abb Color Hex

#0C8ABB
(12,138,187)
0 Favorites   0 Comments

Color spaces of #0c8abb

RGB 12138187
HSL0.550.880.39
HSV197°94°73°
CMYK 0.940.260.00   0.27
XYZ18.209721.843050.2701
Yxy21.84300.20160.2418
Hunter Lab46.7365-12.2408-31.0572
CIE-Lab53.8600-12.8782-34.1293

#0c8abb color RGB value is (12,138,187).

#0c8abb hex color red value is 12, green value is 138 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #0c8abb hue: 0.55 , saturation: 0.88 and the lightness value of 0c8abb is 0.39.

The process color (four color CMYK) of #0c8abb color hex is 0.94, 0.26, 0.00, 0.27. Web safe color of #0c8abb is #0099cc. Color #0c8abb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 10001010 10111011
Octal 14 212 273
Decimal 12 138 187
Hex C 8A BB

RGB Percentages of Color #0c8abb

%3.56
%40.95
%55.49

CMYK Percentages of Color #0c8abb

%94
%26
%0
%27

Triadic Colors of #0c8abb

#0c8abb #bb0c8a #8abb0c

Analogous Colors of #0c8abb

#0c8abb #0c32bb #0cbb95

Monochromatic Colors of #0c8abb

#0c8abb

Complementary Color

#0c8abb #bb3d0c

#0c8abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0c8abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0c8abb Color CSS Codes

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

#0c8abb Text Font Color

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

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


#0c8abb Background Color

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

This div background color is #0c8abb


#0c8abb Border Color

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

This div border color is #0c8abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0c8abb


Comments

No comments written yet.

Please login to write comment.