Color Hex Logo

#0695ac Color Hex

#0695AC
(6,149,172)
0 Favorites   0 Comments

Color spaces of #0695ac

RGB 6149172
HSL0.520.930.35
HSV188°97°67°
CMYK 0.970.130.00   0.33
XYZ18.268924.512242.7982
Yxy24.51220.21350.2864
Hunter Lab49.5098-20.7764-16.5957
CIE-Lab56.5970-24.3636-21.3375

#0695ac color RGB value is (6,149,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 10010101 10101100
Octal 6 225 254
Decimal 6 149 172
Hex 6 95 AC

RGB Percentages of Color #0695ac

%1.83
%45.57
%52.60

CMYK Percentages of Color #0695ac

%97
%13
%0
%33

Triadic Colors of #0695ac

#0695ac #ac0695 #95ac06

Analogous Colors of #0695ac

#0695ac #0642ac #06ac70

Monochromatic Colors of #0695ac

#0695ac

Complementary Color

#0695ac #ac1d06

#0695ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0695ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#0695ac Color CSS Codes

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

#0695ac Text Font Color

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

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


#0695ac Background Color

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

This div background color is #0695ac


#0695ac Border Color

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

This div border color is #0695ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,149,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 #0695ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0695ac


Comments

No comments written yet.

Please login to write comment.