Color Hex Logo

#006aea Color Hex

#006AEA
(0,106,234)
0 Favorites   0 Comments

Color spaces of #006aea

RGB 0106234
HSL0.591.000.46
HSV213°100°92°
CMYK 1.000.550.00   0.08
XYZ20.005316.248679.9238
Yxy16.24860.17220.1399
Hunter Lab40.309618.0464-89.3406
CIE-Lab47.299024.5810-71.2772

#006aea color RGB value is (0,106,234).

#006aea hex color red value is 0, green value is 106 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #006aea hue: 0.59 , saturation: 1.00 and the lightness value of 006aea is 0.46.

The process color (four color CMYK) of #006aea color hex is 1.00, 0.55, 0.00, 0.08. Web safe color of #006aea is #0066ff. Color #006aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01101010 11101010
Octal 0 152 352
Decimal 0 106 234
Hex 0 6A EA

RGB Percentages of Color #006aea

%0.00
%31.18
%68.82

CMYK Percentages of Color #006aea

%100
%55
%0
%8

Triadic Colors of #006aea

#006aea #ea006a #6aea00

Analogous Colors of #006aea

#006aea #0b00ea #00dfea

Monochromatic Colors of #006aea

#006aea

Complementary Color

#006aea #ea8000

#006aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#006aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#006aea Color CSS Codes

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

#006aea Text Font Color

<p style="color:#006aea">Text here</p>

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


#006aea Background Color

<div style="background-color:#006aea">
Div content here</div>

This div background color is #006aea


#006aea Border Color

<div style="border:3px solid #006aea">
Div here</div>

This div border color is #006aea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,106,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #006aea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #006aea;
  -webkit-box-shadow: 1px 1px 3px 2px #006aea;
  box-shadow:         1px 1px 3px 2px #006aea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,106,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #006aea


Comments

No comments written yet.

Please login to write comment.