Color Hex Logo

#068aef Color Hex

#068AEF
(6,138,239)
0 Favorites   0 Comments

Color spaces of #068aef

RGB 6138239
HSL0.570.950.48
HSV206°97°94°
CMYK 0.970.420.00   0.06
XYZ24.743624.447785.0761
Yxy24.44770.18430.1821
Hunter Lab49.44462.7988-67.4052
CIE-Lab56.53336.6168-59.1523

#068aef color RGB value is (6,138,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 10001010 11101111
Octal 6 212 357
Decimal 6 138 239
Hex 6 8A EF

RGB Percentages of Color #068aef

%1.57
%36.03
%62.40

CMYK Percentages of Color #068aef

%97
%42
%0
%6

Triadic Colors of #068aef

#068aef #ef068a #8aef06

Analogous Colors of #068aef

#068aef #0615ef #06efe0

Monochromatic Colors of #068aef

#068aef

Complementary Color

#068aef #ef6b06

#068aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#068aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#068aef Color CSS Codes

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

#068aef Text Font Color

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

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


#068aef Background Color

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

This div background color is #068aef


#068aef Border Color

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

This div border color is #068aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #068aef


Comments

No comments written yet.

Please login to write comment.