Color Hex Logo

#0a768e Color Hex

#0A768E
(10,118,142)
0 Favorites   0 Comments

Color spaces of #0a768e

RGB 10118142
HSL0.530.870.30
HSV191°93°56°
CMYK 0.930.170.00   0.44
XYZ11.486114.974427.8762
Yxy14.97440.21140.2756
Hunter Lab38.6968-14.7364-15.6233
CIE-Lab45.5991-18.3137-20.7900

#0a768e color RGB value is (10,118,142).

#0a768e hex color red value is 10, green value is 118 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #0a768e hue: 0.53 , saturation: 0.87 and the lightness value of 0a768e is 0.30.

The process color (four color CMYK) of #0a768e color hex is 0.93, 0.17, 0.00, 0.44. Web safe color of #0a768e is #006699. Color #0a768e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 01110110 10001110
Octal 12 166 216
Decimal 10 118 142
Hex A 76 8E

RGB Percentages of Color #0a768e

%3.70
%43.70
%52.59

CMYK Percentages of Color #0a768e

%93
%17
%0
%44

Triadic Colors of #0a768e

#0a768e #8e0a76 #768e0a

Analogous Colors of #0a768e

#0a768e #0a348e #0a8e64

Monochromatic Colors of #0a768e

#0a768e

Complementary Color

#0a768e #8e220a

#0a768e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0a768e Color Preview on White Background

Lorem ipsum dolor sit amet.

#0a768e Color CSS Codes

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

#0a768e Text Font Color

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

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


#0a768e Background Color

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

This div background color is #0a768e


#0a768e Border Color

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

This div border color is #0a768e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(10,118,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0a768e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0a768e;
  -webkit-box-shadow: 1px 1px 3px 2px #0a768e;
  box-shadow:         1px 1px 3px 2px #0a768e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(10,118,142, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0a768e


Comments

No comments written yet.

Please login to write comment.