Color Hex Logo

#005ebf Color Hex

#005EBF
(0,94,191)
0 Favorites   0 Comments

Color spaces of #005ebf

RGB 094191
HSL0.581.000.37
HSV210°100°75°
CMYK 1.000.510.00   0.25
XYZ13.406711.767050.8549
Yxy11.76700.17630.1548
Hunter Lab34.30319.7330-63.8863
CIE-Lab40.843415.2596-57.1689

#005ebf color RGB value is (0,94,191).

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

The process color (four color CMYK) of #005ebf color hex is 1.00, 0.51, 0.00, 0.25. Web safe color of #005ebf is #0066cc. Color #005ebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01011110 10111111
Octal 0 136 277
Decimal 0 94 191
Hex 0 5E BF

RGB Percentages of Color #005ebf

%0.00
%32.98
%67.02

CMYK Percentages of Color #005ebf

%100
%51
%0
%25

Triadic Colors of #005ebf

#005ebf #bf005e #5ebf00

Analogous Colors of #005ebf

#005ebf #0100bf #00bebf

Monochromatic Colors of #005ebf

#005ebf

Complementary Color

#005ebf #bf6100

#005ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#005ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#005ebf Color CSS Codes

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

#005ebf Text Font Color

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

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


#005ebf Background Color

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

This div background color is #005ebf


#005ebf Border Color

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

This div border color is #005ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #005ebf


Comments

No comments written yet.

Please login to write comment.