Color Hex Logo

#0696ad Color Hex

#0696AD
(6,150,173)
0 Favorites   0 Comments

Color spaces of #0696ad

RGB 6150173
HSL0.520.930.35
HSV188°97°68°
CMYK 0.970.130.00   0.32
XYZ18.524324.868543.3589
Yxy24.86850.21350.2867
Hunter Lab49.8683-20.9632-16.6429
CIE-Lab56.9471-24.5340-21.3710

#0696ad color RGB value is (6,150,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 10010110 10101101
Octal 6 226 255
Decimal 6 150 173
Hex 6 96 AD

RGB Percentages of Color #0696ad

%1.82
%45.59
%52.58

CMYK Percentages of Color #0696ad

%97
%13
%0
%32

Triadic Colors of #0696ad

#0696ad #ad0696 #96ad06

Analogous Colors of #0696ad

#0696ad #0643ad #06ad71

Monochromatic Colors of #0696ad

#0696ad

Complementary Color

#0696ad #ad1d06

#0696ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0696ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#0696ad Color CSS Codes

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

#0696ad Text Font Color

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

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


#0696ad Background Color

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

This div background color is #0696ad


#0696ad Border Color

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

This div border color is #0696ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0696ad


Comments

No comments written yet.

Please login to write comment.