Color Hex Logo

#026ecc Color Hex

#026ECC
(2,110,204)
0 Favorites   0 Comments

Color spaces of #026ecc

RGB 2110204
HSL0.580.980.40
HSV208°99°80°
CMYK 0.990.460.00   0.20
XYZ16.500015.524459.2536
Yxy15.52440.18080.1701
Hunter Lab39.40105.7988-61.5831
CIE-Lab46.344210.1984-55.7957

#026ecc color RGB value is (2,110,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000010 01101110 11001100
Octal 2 156 314
Decimal 2 110 204
Hex 2 6E CC

RGB Percentages of Color #026ecc

%0.63
%34.81
%64.56

CMYK Percentages of Color #026ecc

%99
%46
%0
%20

Triadic Colors of #026ecc

#026ecc #cc026e #6ecc02

Analogous Colors of #026ecc

#026ecc #0209cc #02ccc5

Monochromatic Colors of #026ecc

#026ecc

Complementary Color

#026ecc #cc6002

#026ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#026ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#026ecc Color CSS Codes

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

#026ecc Text Font Color

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

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


#026ecc Background Color

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

This div background color is #026ecc


#026ecc Border Color

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

This div border color is #026ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #026ecc


Comments

No comments written yet.

Please login to write comment.