Color Hex Logo

#069df5 Color Hex

#069DF5
(6,157,245)
0 Favorites   0 Comments

Color spaces of #069df5

RGB 6157245
HSL0.560.950.49
HSV202°98°96°
CMYK 0.980.360.00   0.04
XYZ28.613530.745290.8125
Yxy30.74520.19050.2047
Hunter Lab55.4484-4.9217-58.2904
CIE-Lab62.2919-2.3603-53.2741

#069df5 color RGB value is (6,157,245).

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

The process color (four color CMYK) of #069df5 color hex is 0.98, 0.36, 0.00, 0.04. Web safe color of #069df5 is #0099ff. Color #069df5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10011101 11110101
Octal 6 235 365
Decimal 6 157 245
Hex 6 9D F5

RGB Percentages of Color #069df5

%1.47
%38.48
%60.05

CMYK Percentages of Color #069df5

%98
%36
%0
%4

Triadic Colors of #069df5

#069df5 #f5069d #9df506

Analogous Colors of #069df5

#069df5 #0625f5 #06f5d6

Monochromatic Colors of #069df5

#069df5

Complementary Color

#069df5 #f55e06

#069df5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#069df5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#069df5 Color CSS Codes

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

#069df5 Text Font Color

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

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


#069df5 Background Color

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

This div background color is #069df5


#069df5 Border Color

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

This div border color is #069df5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #069df5


Comments

No comments written yet.

Please login to write comment.