Color Hex Logo

#069aab Color Hex

#069AAB
(6,154,171)
0 Favorites   0 Comments

Color spaces of #069aab

RGB 6154171
HSL0.520.930.35
HSV186°96°67°
CMYK 0.960.100.00   0.33
XYZ18.981426.090242.5636
Yxy26.09020.21660.2977
Hunter Lab51.0786-23.0548-13.6512
CIE-Lab58.1226-27.2357-18.4391

#069aab color RGB value is (6,154,171).

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

The process color (four color CMYK) of #069aab color hex is 0.96, 0.10, 0.00, 0.33. Web safe color of #069aab is #009999. Color #069aab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10011010 10101011
Octal 6 232 253
Decimal 6 154 171
Hex 6 9A AB

RGB Percentages of Color #069aab

%1.81
%46.53
%51.66

CMYK Percentages of Color #069aab

%96
%10
%0
%33

Triadic Colors of #069aab

#069aab #ab069a #9aab06

Analogous Colors of #069aab

#069aab #0647ab #06ab6a

Monochromatic Colors of #069aab

#069aab

Complementary Color

#069aab #ab1706

#069aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#069aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#069aab Color CSS Codes

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

#069aab Text Font Color

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

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


#069aab Background Color

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

This div background color is #069aab


#069aab Border Color

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

This div border color is #069aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #069aab


Comments

No comments written yet.

Please login to write comment.