Color Hex Logo

#002ebd Color Hex

#002EBD
(0,46,189)
0 Favorites   0 Comments

Color spaces of #002ebd

RGB 046189
HSL0.631.000.37
HSV225°100°74°
CMYK 1.000.760.00   0.26
XYZ10.16235.628148.6948
Yxy5.62810.15760.0873
Hunter Lab23.723634.9463-105.0914
CIE-Lab28.454145.7003-76.3008

#002ebd color RGB value is (0,46,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 00101110 10111101
Octal 0 56 275
Decimal 0 46 189
Hex 0 2E BD

RGB Percentages of Color #002ebd

%0.00
%19.57
%80.43

CMYK Percentages of Color #002ebd

%100
%76
%0
%26

Triadic Colors of #002ebd

#002ebd #bd002e #2ebd00

Analogous Colors of #002ebd

#002ebd #3100bd #008dbd

Monochromatic Colors of #002ebd

#002ebd

Complementary Color

#002ebd #bd8f00

#002ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#002ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#002ebd Color CSS Codes

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

#002ebd Text Font Color

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

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


#002ebd Background Color

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

This div background color is #002ebd


#002ebd Border Color

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

This div border color is #002ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #002ebd


Comments

No comments written yet.

Please login to write comment.