Color Hex Logo

#068acf Color Hex

#068ACF
(6,138,207)
0 Favorites   0 Comments

Color spaces of #068acf

RGB 6138207
HSL0.560.940.42
HSV201°97°81°
CMYK 0.970.330.00   0.19
XYZ20.426122.720762.3404
Yxy22.72070.19360.2154
Hunter Lab47.6662-6.9245-44.1762
CIE-Lab54.7835-5.6089-44.0328

#068acf color RGB value is (6,138,207).

#068acf hex color red value is 6, green value is 138 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #068acf hue: 0.56 , saturation: 0.94 and the lightness value of 068acf is 0.42.

The process color (four color CMYK) of #068acf color hex is 0.97, 0.33, 0.00, 0.19. Web safe color of #068acf is #0099cc. Color #068acf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10001010 11001111
Octal 6 212 317
Decimal 6 138 207
Hex 6 8A CF

RGB Percentages of Color #068acf

%1.71
%39.32
%58.97

CMYK Percentages of Color #068acf

%97
%33
%0
%19

Triadic Colors of #068acf

#068acf #cf068a #8acf06

Analogous Colors of #068acf

#068acf #0626cf #06cfb0

Monochromatic Colors of #068acf

#068acf

Complementary Color

#068acf #cf4b06

#068acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#068acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#068acf Color CSS Codes

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

#068acf Text Font Color

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

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


#068acf Background Color

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

This div background color is #068acf


#068acf Border Color

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

This div border color is #068acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #068acf


Comments

No comments written yet.

Please login to write comment.