Color Hex Logo

#068aab Color Hex

#068AAB
(6,138,171)
0 Favorites   0 Comments

Color spaces of #068aab

RGB 6138171
HSL0.530.930.35
HSV192°96°67°
CMYK 0.960.190.00   0.33
XYZ16.514321.156041.7412
Yxy21.15600.20800.2664
Hunter Lab45.9957-16.4037-21.6089
CIE-Lab53.1198-18.9261-26.1165

#068aab color RGB value is (6,138,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 10001010 10101011
Octal 6 212 253
Decimal 6 138 171
Hex 6 8A AB

RGB Percentages of Color #068aab

%1.90
%43.81
%54.29

CMYK Percentages of Color #068aab

%96
%19
%0
%33

Triadic Colors of #068aab

#068aab #ab068a #8aab06

Analogous Colors of #068aab

#068aab #0638ab #06ab7a

Monochromatic Colors of #068aab

#068aab

Complementary Color

#068aab #ab2706

#068aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#068aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#068aab Color CSS Codes

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

#068aab Text Font Color

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

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


#068aab Background Color

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

This div background color is #068aab


#068aab Border Color

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

This div border color is #068aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #068aab


Comments

No comments written yet.

Please login to write comment.