Color Hex Logo

#005feb Color Hex

#005FEB
(0,95,235)
0 Favorites   0 Comments

Color spaces of #005feb

RGB 095235
HSL0.601.000.46
HSV216°100°92°
CMYK 1.000.600.00   0.08
XYZ19.087614.182680.3287
Yxy14.18260.16800.1248
Hunter Lab37.659824.5668-100.1043
CIE-Lab44.493732.0536-76.4181

#005feb color RGB value is (0,95,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 01011111 11101011
Octal 0 137 353
Decimal 0 95 235
Hex 0 5F EB

RGB Percentages of Color #005feb

%0.00
%28.79
%71.21

CMYK Percentages of Color #005feb

%100
%60
%0
%8

Triadic Colors of #005feb

#005feb #eb005f #5feb00

Analogous Colors of #005feb

#005feb #1600eb #00d5eb

Monochromatic Colors of #005feb

#005feb

Complementary Color

#005feb #eb8c00

#005feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#005feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#005feb Color CSS Codes

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

#005feb Text Font Color

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

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


#005feb Background Color

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

This div background color is #005feb


#005feb Border Color

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

This div border color is #005feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #005feb


Comments

No comments written yet.

Please login to write comment.