Color Hex Logo

#068bad Color Hex

#068BAD
(6,139,173)
0 Favorites   0 Comments

Color spaces of #068bad

RGB 6139173
HSL0.530.930.35
HSV192°97°68°
CMYK 0.970.200.00   0.32
XYZ16.850521.521142.8010
Yxy21.52110.20760.2651
Hunter Lab46.3908-16.3476-22.2284
CIE-Lab53.5152-18.7495-26.6543

#068bad color RGB value is (6,139,173).

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

The process color (four color CMYK) of #068bad color hex is 0.97, 0.20, 0.00, 0.32. Web safe color of #068bad is #009999. Color #068bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10001011 10101101
Octal 6 213 255
Decimal 6 139 173
Hex 6 8B AD

RGB Percentages of Color #068bad

%1.89
%43.71
%54.40

CMYK Percentages of Color #068bad

%97
%20
%0
%32

Triadic Colors of #068bad

#068bad #ad068b #8bad06

Analogous Colors of #068bad

#068bad #0637ad #06ad7c

Monochromatic Colors of #068bad

#068bad

Complementary Color

#068bad #ad2806

#068bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#068bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#068bad Color CSS Codes

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

#068bad Text Font Color

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

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


#068bad Background Color

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

This div background color is #068bad


#068bad Border Color

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

This div border color is #068bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #068bad


Comments

No comments written yet.

Please login to write comment.