Color Hex Logo

#069acf Color Hex

#069ACF
(6,154,207)
0 Favorites   0 Comments

Color spaces of #069acf

RGB 6154207
HSL0.540.940.42
HSV196°97°81°
CMYK 0.970.260.00   0.19
XYZ22.893227.654963.1628
Yxy27.65490.20130.2432
Hunter Lab52.5879-14.3221-34.4010
CIE-Lab59.5757-14.6624-36.4975

#069acf color RGB value is (6,154,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 10011010 11001111
Octal 6 232 317
Decimal 6 154 207
Hex 6 9A CF

RGB Percentages of Color #069acf

%1.63
%41.96
%56.40

CMYK Percentages of Color #069acf

%97
%26
%0
%19

Triadic Colors of #069acf

#069acf #cf069a #9acf06

Analogous Colors of #069acf

#069acf #0635cf #06cfa0

Monochromatic Colors of #069acf

#069acf

Complementary Color

#069acf #cf3b06

#069acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#069acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#069acf Color CSS Codes

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

#069acf Text Font Color

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

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


#069acf Background Color

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

This div background color is #069acf


#069acf Border Color

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

This div border color is #069acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #069acf


Comments

No comments written yet.

Please login to write comment.