Color Hex Logo

#002bce Color Hex

#002BCE
(0,43,206)
0 Favorites   0 Comments

Color spaces of #002bce

RGB 043206
HSL0.631.000.40
HSV227°100°81°
CMYK 1.000.790.00   0.19
XYZ12.00456.184058.9534
Yxy6.18400.15560.0802
Hunter Lab24.867642.6499-123.1506
CIE-Lab29.872053.1399-83.9198

#002bce color RGB value is (0,43,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 00101011 11001110
Octal 0 53 316
Decimal 0 43 206
Hex 0 2B CE

RGB Percentages of Color #002bce

%0.00
%17.27
%82.73

CMYK Percentages of Color #002bce

%100
%79
%0
%19

Triadic Colors of #002bce

#002bce #ce002b #2bce00

Analogous Colors of #002bce

#002bce #3c00ce #0092ce

Monochromatic Colors of #002bce

#002bce

Complementary Color

#002bce #cea300

#002bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#002bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#002bce Color CSS Codes

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

#002bce Text Font Color

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

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


#002bce Background Color

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

This div background color is #002bce


#002bce Border Color

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

This div border color is #002bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #002bce


Comments

No comments written yet.

Please login to write comment.