Color Hex Logo

#006afc Color Hex

#006AFC
(0,106,252)
0 Favorites   0 Comments

Color spaces of #006afc

RGB 0106252
HSL0.601.000.49
HSV215°100°99°
CMYK 1.000.580.00   0.01
XYZ22.724717.336394.2440
Yxy17.33630.16920.1291
Hunter Lab41.636924.5577-105.0556
CIE-Lab48.681031.5322-79.0832

#006afc color RGB value is (0,106,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 01101010 11111100
Octal 0 152 374
Decimal 0 106 252
Hex 0 6A FC

RGB Percentages of Color #006afc

%0.00
%29.61
%70.39

CMYK Percentages of Color #006afc

%100
%58
%0
%1

Triadic Colors of #006afc

#006afc #fc006a #6afc00

Analogous Colors of #006afc

#006afc #1400fc #00e8fc

Monochromatic Colors of #006afc

#006afc

Complementary Color

#006afc #fc9200

#006afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#006afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#006afc Color CSS Codes

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

#006afc Text Font Color

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

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


#006afc Background Color

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

This div background color is #006afc


#006afc Border Color

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

This div border color is #006afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #006afc


Comments

No comments written yet.

Please login to write comment.