Color Hex Logo

#068aec Color Hex

#068AEC
(6,138,236)
0 Favorites   0 Comments

Color spaces of #068aec

RGB 6138236
HSL0.570.950.47
HSV206°97°93°
CMYK 0.970.420.00   0.07
XYZ24.303924.271882.7609
Yxy24.27180.18510.1848
Hunter Lab49.26641.8406-65.1127
CIE-Lab56.35895.4660-57.7666

#068aec color RGB value is (6,138,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 10001010 11101100
Octal 6 212 354
Decimal 6 138 236
Hex 6 8A EC

RGB Percentages of Color #068aec

%1.58
%36.32
%62.11

CMYK Percentages of Color #068aec

%97
%42
%0
%7

Triadic Colors of #068aec

#068aec #ec068a #8aec06

Analogous Colors of #068aec

#068aec #0617ec #06ecdb

Monochromatic Colors of #068aec

#068aec

Complementary Color

#068aec #ec6806

#068aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#068aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#068aec Color CSS Codes

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

#068aec Text Font Color

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

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


#068aec Background Color

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

This div background color is #068aec


#068aec Border Color

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

This div border color is #068aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #068aec


Comments

No comments written yet.

Please login to write comment.