Color Hex Logo

#069dac Color Hex

#069DAC
(6,157,172)
0 Favorites   0 Comments

Color spaces of #069dac

RGB 6157172
HSL0.520.930.35
HSV185°97°67°
CMYK 0.970.090.00   0.33
XYZ19.578527.131243.2347
Yxy27.13120.21770.3016
Hunter Lab52.0876-24.0594-12.7516
CIE-Lab59.0956-28.3967-17.5260

#069dac color RGB value is (6,157,172).

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

The process color (four color CMYK) of #069dac color hex is 0.97, 0.09, 0.00, 0.33. Web safe color of #069dac is #009999. Color #069dac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10011101 10101100
Octal 6 235 254
Decimal 6 157 172
Hex 6 9D AC

RGB Percentages of Color #069dac

%1.79
%46.87
%51.34

CMYK Percentages of Color #069dac

%97
%9
%0
%33

Triadic Colors of #069dac

#069dac #ac069d #9dac06

Analogous Colors of #069dac

#069dac #064aac #06ac68

Monochromatic Colors of #069dac

#069dac

Complementary Color

#069dac #ac1506

#069dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#069dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#069dac Color CSS Codes

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

#069dac Text Font Color

<p style="color:#069dac">Text here</p>

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


#069dac Background Color

<div style="background-color:#069dac">
Div content here</div>

This div background color is #069dac


#069dac Border Color

<div style="border:3px solid #069dac">
Div here</div>

This div border color is #069dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #069dac


Comments

No comments written yet.

Please login to write comment.