Color Hex Logo

#069eef Color Hex

#069EEF
(6,158,239)
0 Favorites   0 Comments

Color spaces of #069eef

RGB 6158239
HSL0.560.950.48
HSV201°97°94°
CMYK 0.970.340.00   0.06
XYZ27.882030.724486.1222
Yxy30.72440.19270.2123
Hunter Lab55.4296-7.2133-53.3195
CIE-Lab62.2743-5.1645-50.0060

#069eef color RGB value is (6,158,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 10011110 11101111
Octal 6 236 357
Decimal 6 158 239
Hex 6 9E EF

RGB Percentages of Color #069eef

%1.49
%39.21
%59.31

CMYK Percentages of Color #069eef

%97
%34
%0
%6

Triadic Colors of #069eef

#069eef #ef069e #9eef06

Analogous Colors of #069eef

#069eef #0629ef #06efcc

Monochromatic Colors of #069eef

#069eef

Complementary Color

#069eef #ef5706

#069eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#069eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#069eef Color CSS Codes

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

#069eef Text Font Color

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

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


#069eef Background Color

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

This div background color is #069eef


#069eef Border Color

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

This div border color is #069eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #069eef


Comments

No comments written yet.

Please login to write comment.