Color Hex Logo

#069fec Color Hex

#069FEC
(6,159,236)
0 Favorites   0 Comments

Color spaces of #069fec

RGB 6159236
HSL0.560.950.47
HSV200°97°93°
CMYK 0.970.330.00   0.07
XYZ27.613630.891183.8641
Yxy30.89110.19400.2170
Hunter Lab55.5798-8.5807-50.5566
CIE-Lab62.4156-6.8431-48.1315

#069fec color RGB value is (6,159,236).

#069fec hex color red value is 6, green value is 159 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #069fec hue: 0.56 , saturation: 0.95 and the lightness value of 069fec is 0.47.

The process color (four color CMYK) of #069fec color hex is 0.97, 0.33, 0.00, 0.07. Web safe color of #069fec is #0099ff. Color #069fec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10011111 11101100
Octal 6 237 354
Decimal 6 159 236
Hex 6 9F EC

RGB Percentages of Color #069fec

%1.50
%39.65
%58.85

CMYK Percentages of Color #069fec

%97
%33
%0
%7

Triadic Colors of #069fec

#069fec #ec069f #9fec06

Analogous Colors of #069fec

#069fec #062cec #06ecc6

Monochromatic Colors of #069fec

#069fec

Complementary Color

#069fec #ec5306

#069fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#069fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#069fec Color CSS Codes

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

#069fec Text Font Color

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

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


#069fec Background Color

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

This div background color is #069fec


#069fec Border Color

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

This div border color is #069fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #069fec


Comments

No comments written yet.

Please login to write comment.