Color Hex Logo

#026abf Color Hex

#026ABF
(2,106,191)
0 Favorites   0 Comments

Color spaces of #026abf

RGB 2106191
HSL0.570.980.38
HSV207°99°75°
CMYK 0.990.450.00   0.25
XYZ14.583014.082651.2398
Yxy14.08260.18250.1762
Hunter Lab37.52683.6936-54.6870
CIE-Lab44.35127.5397-51.5115

#026abf color RGB value is (2,106,191).

#026abf hex color red value is 2, green value is 106 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #026abf hue: 0.57 , saturation: 0.98 and the lightness value of 026abf is 0.38.

The process color (four color CMYK) of #026abf color hex is 0.99, 0.45, 0.00, 0.25. Web safe color of #026abf is #0066cc. Color #026abf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01101010 10111111
Octal 2 152 277
Decimal 2 106 191
Hex 2 6A BF

RGB Percentages of Color #026abf

%0.67
%35.45
%63.88

CMYK Percentages of Color #026abf

%99
%45
%0
%25

Triadic Colors of #026abf

#026abf #bf026a #6abf02

Analogous Colors of #026abf

#026abf #020cbf #02bfb6

Monochromatic Colors of #026abf

#026abf

Complementary Color

#026abf #bf5702

#026abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#026abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#026abf Color CSS Codes

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

#026abf Text Font Color

<p style="color:#026abf">Text here</p>

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


#026abf Background Color

<div style="background-color:#026abf">
Div content here</div>

This div background color is #026abf


#026abf Border Color

<div style="border:3px solid #026abf">
Div here</div>

This div border color is #026abf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,106,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #026abf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #026abf;
  -webkit-box-shadow: 1px 1px 3px 2px #026abf;
  box-shadow:         1px 1px 3px 2px #026abf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(2,106,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 #026abf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #026abf


Comments

No comments written yet.

Please login to write comment.