Color Hex Logo

#005efa Color Hex

#005EFA
(0,94,250)
0 Favorites   0 Comments

Color spaces of #005efa

RGB 094250
HSL0.601.000.49
HSV217°100°98°
CMYK 1.000.620.00   0.02
XYZ21.258014.907592.1995
Yxy14.90750.16560.1161
Hunter Lab38.610230.7105-114.5547
CIE-Lab45.507238.3867-83.1668

#005efa color RGB value is (0,94,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 01011110 11111010
Octal 0 136 372
Decimal 0 94 250
Hex 0 5E FA

RGB Percentages of Color #005efa

%0.00
%27.33
%72.67

CMYK Percentages of Color #005efa

%100
%62
%0
%2

Triadic Colors of #005efa

#005efa #fa005e #5efa00

Analogous Colors of #005efa

#005efa #1f00fa #00dbfa

Monochromatic Colors of #005efa

#005efa

Complementary Color

#005efa #fa9c00

#005efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#005efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#005efa Color CSS Codes

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

#005efa Text Font Color

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

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


#005efa Background Color

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

This div background color is #005efa


#005efa Border Color

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

This div border color is #005efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #005efa

Related Colors


Comments

No comments written yet.

Please login to write comment.