Color Hex Logo

#027ebe Color Hex

#027EBE
(2,126,190)
0 Favorites   0 Comments

Color spaces of #027ebe

RGB 2126190
HSL0.560.980.38
HSV200°99°75°
CMYK 0.990.340.00   0.25
XYZ16.780218.652351.4310
Yxy18.65230.19320.2147
Hunter Lab43.1883-6.2259-40.3740
CIE-Lab50.2779-5.1871-41.4862

#027ebe color RGB value is (2,126,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000010 01111110 10111110
Octal 2 176 276
Decimal 2 126 190
Hex 2 7E BE

RGB Percentages of Color #027ebe

%0.63
%39.62
%59.75

CMYK Percentages of Color #027ebe

%99
%34
%0
%25

Triadic Colors of #027ebe

#027ebe #be027e #7ebe02

Analogous Colors of #027ebe

#027ebe #0220be #02bea0

Monochromatic Colors of #027ebe

#027ebe

Complementary Color

#027ebe #be4202

#027ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#027ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#027ebe Color CSS Codes

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

#027ebe Text Font Color

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

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


#027ebe Background Color

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

This div background color is #027ebe


#027ebe Border Color

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

This div border color is #027ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #027ebe


Comments

No comments written yet.

Please login to write comment.