Color Hex Logo

#026eda Color Hex

#026EDA
(2,110,218)
0 Favorites   0 Comments

Color spaces of #026eda

RGB 2110218
HSL0.580.980.43
HSV210°99°85°
CMYK 0.990.500.00   0.15
XYZ18.255916.226768.4995
Yxy16.22670.17730.1576
Hunter Lab40.282410.4017-72.6240
CIE-Lab47.270515.7684-62.2846

#026eda color RGB value is (2,110,218).

#026eda hex color red value is 2, green value is 110 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #026eda hue: 0.58 , saturation: 0.98 and the lightness value of 026eda is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 00000010 01101110 11011010
Octal 2 156 332
Decimal 2 110 218
Hex 2 6E DA

RGB Percentages of Color #026eda

%0.61
%33.33
%66.06

CMYK Percentages of Color #026eda

%99
%50
%0
%15

Triadic Colors of #026eda

#026eda #da026e #6eda02

Analogous Colors of #026eda

#026eda #0202da #02dada

Monochromatic Colors of #026eda

#026eda

Complementary Color

#026eda #da6e02

#026eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#026eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#026eda Color CSS Codes

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

#026eda Text Font Color

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

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


#026eda Background Color

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

This div background color is #026eda


#026eda Border Color

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

This div border color is #026eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #026eda


Comments

No comments written yet.

Please login to write comment.