Color Hex Logo

#0094fd Color Hex

#0094FD
(0,148,253)
0 Favorites   0 Comments

Color spaces of #0094fd

RGB 0148253
HSL0.571.000.50
HSV205°100°99°
CMYK 1.000.420.00   0.01
XYZ28.319528.271796.8929
Yxy28.27170.18450.1842
Hunter Lab53.17112.0215-70.8234
CIE-Lab60.13345.7920-61.1069

#0094fd color RGB value is (0,148,253).

#0094fd hex color red value is 0, green value is 148 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #0094fd hue: 0.57 , saturation: 1.00 and the lightness value of 0094fd is 0.50.

The process color (four color CMYK) of #0094fd color hex is 1.00, 0.42, 0.00, 0.01. Web safe color of #0094fd is #0099ff. Color #0094fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10010100 11111101
Octal 0 224 375
Decimal 0 148 253
Hex 0 94 FD

RGB Percentages of Color #0094fd

%0.00
%36.91
%63.09

CMYK Percentages of Color #0094fd

%100
%42
%0
%1

Triadic Colors of #0094fd

#0094fd #fd0094 #94fd00

Analogous Colors of #0094fd

#0094fd #0016fd #00fde8

Monochromatic Colors of #0094fd

#0094fd

Complementary Color

#0094fd #fd6900

#0094fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0094fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0094fd Color CSS Codes

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

#0094fd Text Font Color

<p style="color:#0094fd">Text here</p>

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


#0094fd Background Color

<div style="background-color:#0094fd">
Div content here</div>

This div background color is #0094fd


#0094fd Border Color

<div style="border:3px solid #0094fd">
Div here</div>

This div border color is #0094fd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,148,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0094fd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0094fd;
  -webkit-box-shadow: 1px 1px 3px 2px #0094fd;
  box-shadow:         1px 1px 3px 2px #0094fd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0094fd

Related Colors


Comments

No comments written yet.

Please login to write comment.