Color Hex Logo

#0696ac Color Hex

#0696AC
(6,150,172)
0 Favorites   0 Comments

Color spaces of #0696ac

RGB 6150172
HSL0.520.930.35
HSV188°97°67°
CMYK 0.970.130.00   0.33
XYZ18.427824.830042.8511
Yxy24.83000.21400.2884
Hunter Lab49.8297-21.1899-16.1057
CIE-Lab56.9094-24.8759-20.8592

#0696ac color RGB value is (6,150,172).

#0696ac hex color red value is 6, green value is 150 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #0696ac hue: 0.52 , saturation: 0.93 and the lightness value of 0696ac is 0.35.

The process color (four color CMYK) of #0696ac color hex is 0.97, 0.13, 0.00, 0.33. Web safe color of #0696ac is #009999. Color #0696ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10010110 10101100
Octal 6 226 254
Decimal 6 150 172
Hex 6 96 AC

RGB Percentages of Color #0696ac

%1.83
%45.73
%52.44

CMYK Percentages of Color #0696ac

%97
%13
%0
%33

Triadic Colors of #0696ac

#0696ac #ac0696 #96ac06

Analogous Colors of #0696ac

#0696ac #0643ac #06ac6f

Monochromatic Colors of #0696ac

#0696ac

Complementary Color

#0696ac #ac1c06

#0696ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0696ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#0696ac Color CSS Codes

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

#0696ac Text Font Color

<p style="color:#0696ac">Text here</p>

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


#0696ac Background Color

<div style="background-color:#0696ac">
Div content here</div>

This div background color is #0696ac


#0696ac Border Color

<div style="border:3px solid #0696ac">
Div here</div>

This div border color is #0696ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,150,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0696ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0696ac;
  -webkit-box-shadow: 1px 1px 3px 2px #0696ac;
  box-shadow:         1px 1px 3px 2px #0696ac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,150,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0696ac


Comments

No comments written yet.

Please login to write comment.