Color Hex Logo

#0c626b Color Hex

#0C626B
(12,98,107)
0 Favorites   0 Comments

Color spaces of #0c626b

RGB 1298107
HSL0.520.800.23
HSV186°89°42°
CMYK 0.890.080.00   0.58
XYZ7.17319.875115.4379
Yxy9.87510.22080.3040
Hunter Lab31.4247-14.2482-7.1299
CIE-Lab37.6173-19.8124-11.8455

#0c626b color RGB value is (12,98,107).

#0c626b hex color red value is 12, green value is 98 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #0c626b hue: 0.52 , saturation: 0.80 and the lightness value of 0c626b is 0.23.

The process color (four color CMYK) of #0c626b color hex is 0.89, 0.08, 0.00, 0.58. Web safe color of #0c626b is #006666. Color #0c626b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 01100010 01101011
Octal 14 142 153
Decimal 12 98 107
Hex C 62 6B

RGB Percentages of Color #0c626b

%5.53
%45.16
%49.31

CMYK Percentages of Color #0c626b

%89
%8
%0
%58

Triadic Colors of #0c626b

#0c626b #6b0c62 #626b0c

Analogous Colors of #0c626b

#0c626b #0c326b #0c6b45

Monochromatic Colors of #0c626b

#0c626b

Complementary Color

#0c626b #6b150c

#0c626b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0c626b Color Preview on White Background

Lorem ipsum dolor sit amet.

#0c626b Color CSS Codes

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

#0c626b Text Font Color

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

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


#0c626b Background Color

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

This div background color is #0c626b


#0c626b Border Color

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

This div border color is #0c626b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0c626b


Comments

No comments written yet.

Please login to write comment.