Color Hex Logo

#027ea6 Color Hex

#027EA6
(2,126,166)
0 Favorites   0 Comments

Color spaces of #027ea6

RGB 2126166
HSL0.540.980.33
HSV195°99°65°
CMYK 0.990.240.00   0.35
XYZ14.368817.687838.7332
Yxy17.68780.20300.2499
Hunter Lab42.0569-12.6147-25.1646
CIE-Lab49.1152-14.3122-29.4436

#027ea6 color RGB value is (2,126,166).

#027ea6 hex color red value is 2, green value is 126 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #027ea6 hue: 0.54 , saturation: 0.98 and the lightness value of 027ea6 is 0.33.

The process color (four color CMYK) of #027ea6 color hex is 0.99, 0.24, 0.00, 0.35. Web safe color of #027ea6 is #006699. Color #027ea6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01111110 10100110
Octal 2 176 246
Decimal 2 126 166
Hex 2 7E A6

RGB Percentages of Color #027ea6

%0.68
%42.86
%56.46

CMYK Percentages of Color #027ea6

%99
%24
%0
%35

Triadic Colors of #027ea6

#027ea6 #a6027e #7ea602

Analogous Colors of #027ea6

#027ea6 #022ca6 #02a67c

Monochromatic Colors of #027ea6

#027ea6

Complementary Color

#027ea6 #a62a02

#027ea6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#027ea6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#027ea6 Color CSS Codes

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

#027ea6 Text Font Color

<p style="color:#027ea6">Text here</p>

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


#027ea6 Background Color

<div style="background-color:#027ea6">
Div content here</div>

This div background color is #027ea6


#027ea6 Border Color

<div style="border:3px solid #027ea6">
Div here</div>

This div border color is #027ea6


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,126,166, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #027ea6; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #027ea6;
  -webkit-box-shadow: 1px 1px 3px 2px #027ea6;
  box-shadow:         1px 1px 3px 2px #027ea6; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #027ea6


Comments

No comments written yet.

Please login to write comment.