Color Hex Logo

#002bda Color Hex

#002BDA
(0,43,218)
0 Favorites   0 Comments

Color spaces of #002bda

RGB 043218
HSL0.631.000.43
HSV228°100°85°
CMYK 1.000.800.00   0.15
XYZ13.51886.789766.9277
Yxy6.78970.15500.0778
Hunter Lab26.057147.0087-134.0468
CIE-Lab31.323357.0180-88.4589

#002bda color RGB value is (0,43,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 00101011 11011010
Octal 0 53 332
Decimal 0 43 218
Hex 0 2B DA

RGB Percentages of Color #002bda

%0.00
%16.48
%83.52

CMYK Percentages of Color #002bda

%100
%80
%0
%15

Triadic Colors of #002bda

#002bda #da002b #2bda00

Analogous Colors of #002bda

#002bda #4200da #0098da

Monochromatic Colors of #002bda

#002bda

Complementary Color

#002bda #daaf00

#002bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#002bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#002bda Color CSS Codes

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

#002bda Text Font Color

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

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


#002bda Background Color

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

This div background color is #002bda


#002bda Border Color

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

This div border color is #002bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #002bda


Comments

No comments written yet.

Please login to write comment.