Color Hex Logo

#006ffc Color Hex

#006FFC
(0,111,252)
0 Favorites   0 Comments

Color spaces of #006ffc

RGB 0111252
HSL0.591.000.49
HSV214°100°99°
CMYK 1.000.560.00   0.01
XYZ23.255118.397294.4208
Yxy18.39720.17090.1352
Hunter Lab42.892021.7179-100.4945
CIE-Lab49.974428.3532-76.9724

#006ffc color RGB value is (0,111,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 01101111 11111100
Octal 0 157 374
Decimal 0 111 252
Hex 0 6F FC

RGB Percentages of Color #006ffc

%0.00
%30.58
%69.42

CMYK Percentages of Color #006ffc

%100
%56
%0
%1

Triadic Colors of #006ffc

#006ffc #fc006f #6ffc00

Analogous Colors of #006ffc

#006ffc #0f00fc #00edfc

Monochromatic Colors of #006ffc

#006ffc

Complementary Color

#006ffc #fc8d00

#006ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#006ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#006ffc Color CSS Codes

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

#006ffc Text Font Color

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

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


#006ffc Background Color

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

This div background color is #006ffc


#006ffc Border Color

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

This div border color is #006ffc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,111,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 #006ffc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #006ffc


Comments

No comments written yet.

Please login to write comment.