Color Hex Logo

#027ebb Color Hex

#027EBB
(2,126,187)
0 Favorites   0 Comments

Color spaces of #027ebb

RGB 2126187
HSL0.550.980.37
HSV200°99°73°
CMYK 0.990.330.00   0.27
XYZ16.455518.522549.7216
Yxy18.52250.19430.2187
Hunter Lab43.0378-7.0666-38.3714
CIE-Lab50.1238-6.3438-40.0068

#027ebb color RGB value is (2,126,187).

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

The process color (four color CMYK) of #027ebb color hex is 0.99, 0.33, 0.00, 0.27. Web safe color of #027ebb is #0066cc. Color #027ebb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01111110 10111011
Octal 2 176 273
Decimal 2 126 187
Hex 2 7E BB

RGB Percentages of Color #027ebb

%0.63
%40.00
%59.37

CMYK Percentages of Color #027ebb

%99
%33
%0
%27

Triadic Colors of #027ebb

#027ebb #bb027e #7ebb02

Analogous Colors of #027ebb

#027ebb #0222bb #02bb9c

Monochromatic Colors of #027ebb

#027ebb

Complementary Color

#027ebb #bb3f02

#027ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#027ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#027ebb Color CSS Codes

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

#027ebb Text Font Color

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

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


#027ebb Background Color

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

This div background color is #027ebb


#027ebb Border Color

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

This div border color is #027ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #027ebb

#027ebb Color Palettes


Comments

No comments written yet.

Please login to write comment.