Color Hex Logo

#0c698a Color Hex

#0C698A
(12,105,138)
0 Favorites   0 Comments

Color spaces of #0c698a

RGB 12105138
HSL0.540.840.29
HSV196°91°54°
CMYK 0.910.240.00   0.46
XYZ9.790612.016325.8481
Yxy12.01630.20540.2522
Hunter Lab34.6645-10.2477-19.9453
CIE-Lab41.2420-12.3494-25.1446

#0c698a color RGB value is (12,105,138).

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

The process color (four color CMYK) of #0c698a color hex is 0.91, 0.24, 0.00, 0.46. Web safe color of #0c698a is #006699. Color #0c698a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 01101001 10001010
Octal 14 151 212
Decimal 12 105 138
Hex C 69 8A

RGB Percentages of Color #0c698a

%4.71
%41.18
%54.12

CMYK Percentages of Color #0c698a

%91
%24
%0
%46

Triadic Colors of #0c698a

#0c698a #8a0c69 #698a0c

Analogous Colors of #0c698a

#0c698a #0c2a8a #0c8a6c

Monochromatic Colors of #0c698a

#0c698a

Complementary Color

#0c698a #8a2d0c

#0c698a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0c698a Color Preview on White Background

Lorem ipsum dolor sit amet.

#0c698a Color CSS Codes

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

#0c698a Text Font Color

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

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


#0c698a Background Color

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

This div background color is #0c698a


#0c698a Border Color

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

This div border color is #0c698a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0c698a


Comments

No comments written yet.

Please login to write comment.