Color Hex Logo

#068dac Color Hex

#068DAC
(6,141,172)
0 Favorites   0 Comments

Color spaces of #068dac

RGB 6141172
HSL0.530.930.35
HSV191°97°67°
CMYK 0.970.180.00   0.33
XYZ17.046422.067042.3906
Yxy22.06700.20910.2707
Hunter Lab46.9755-17.4334-20.6203
CIE-Lab54.0980-20.1776-25.1796

#068dac color RGB value is (6,141,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 10001101 10101100
Octal 6 215 254
Decimal 6 141 172
Hex 6 8D AC

RGB Percentages of Color #068dac

%1.88
%44.20
%53.92

CMYK Percentages of Color #068dac

%97
%18
%0
%33

Triadic Colors of #068dac

#068dac #ac068d #8dac06

Analogous Colors of #068dac

#068dac #063aac #06ac78

Monochromatic Colors of #068dac

#068dac

Complementary Color

#068dac #ac2506

#068dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#068dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#068dac Color CSS Codes

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

#068dac Text Font Color

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

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


#068dac Background Color

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

This div background color is #068dac


#068dac Border Color

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

This div border color is #068dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #068dac


Comments

No comments written yet.

Please login to write comment.