Color Hex Logo

#002dbc Color Hex

#002DBC
(0,45,188)
0 Favorites   0 Comments

Color spaces of #002dbc

RGB 045188
HSL0.631.000.37
HSV226°100°74°
CMYK 1.000.760.00   0.26
XYZ10.01555.507648.1122
Yxy5.50760.15740.0865
Hunter Lab23.468335.1085-105.1223
CIE-Lab28.134645.9294-76.2393

#002dbc color RGB value is (0,45,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 00101101 10111100
Octal 0 55 274
Decimal 0 45 188
Hex 0 2D BC

RGB Percentages of Color #002dbc

%0.00
%19.31
%80.69

CMYK Percentages of Color #002dbc

%100
%76
%0
%26

Triadic Colors of #002dbc

#002dbc #bc002d #2dbc00

Analogous Colors of #002dbc

#002dbc #3100bc #008bbc

Monochromatic Colors of #002dbc

#002dbc

Complementary Color

#002dbc #bc8f00

#002dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#002dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#002dbc Color CSS Codes

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

#002dbc Text Font Color

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

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


#002dbc Background Color

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

This div background color is #002dbc


#002dbc Border Color

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

This div border color is #002dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #002dbc


Comments

No comments written yet.

Please login to write comment.