Color Hex Logo

#006efa Color Hex

#006EFA
(0,110,250)
0 Favorites   0 Comments

Color spaces of #006efa

RGB 0110250
HSL0.591.000.49
HSV214°100°98°
CMYK 1.000.560.00   0.02
XYZ22.831218.054092.7239
Yxy18.05400.17090.1351
Hunter Lab42.490021.5561-99.6427
CIE-Lab49.561528.2208-76.5347

#006efa color RGB value is (0,110,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 01101110 11111010
Octal 0 156 372
Decimal 0 110 250
Hex 0 6E FA

RGB Percentages of Color #006efa

%0.00
%30.56
%69.44

CMYK Percentages of Color #006efa

%100
%56
%0
%2

Triadic Colors of #006efa

#006efa #fa006e #6efa00

Analogous Colors of #006efa

#006efa #0f00fa #00ebfa

Monochromatic Colors of #006efa

#006efa

Complementary Color

#006efa #fa8c00

#006efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#006efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#006efa Color CSS Codes

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

#006efa Text Font Color

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

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


#006efa Background Color

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

This div background color is #006efa


#006efa Border Color

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

This div border color is #006efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #006efa


Comments

No comments written yet.

Please login to write comment.