Color Hex Logo

#002ebf Color Hex

#002EBF
(0,46,191)
0 Favorites   0 Comments

Color spaces of #002ebf

RGB 046191
HSL0.631.000.37
HSV226°100°75°
CMYK 1.000.760.00   0.25
XYZ10.38105.715649.8463
Yxy5.71560.15740.0867
Hunter Lab23.907335.6702-106.8834
CIE-Lab28.683346.4027-77.1018

#002ebf color RGB value is (0,46,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 00101110 10111111
Octal 0 56 277
Decimal 0 46 191
Hex 0 2E BF

RGB Percentages of Color #002ebf

%0.00
%19.41
%80.59

CMYK Percentages of Color #002ebf

%100
%76
%0
%25

Triadic Colors of #002ebf

#002ebf #bf002e #2ebf00

Analogous Colors of #002ebf

#002ebf #3100bf #008ebf

Monochromatic Colors of #002ebf

#002ebf

Complementary Color

#002ebf #bf9100

#002ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#002ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#002ebf Color CSS Codes

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

#002ebf Text Font Color

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

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


#002ebf Background Color

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

This div background color is #002ebf


#002ebf Border Color

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

This div border color is #002ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #002ebf

#002ebf Color Palettes


Comments

No comments written yet.

Please login to write comment.