Color Hex Logo

#028eba Color Hex

#028EBA
(2,142,186)
0 Favorites   0 Comments

Color spaces of #028eba

RGB 2142186
HSL0.540.980.37
HSV194°99°73°
CMYK 0.990.240.00   0.27
XYZ18.561022.904149.8970
Yxy22.90410.20320.2507
Hunter Lab47.8582-14.5237-28.3150
CIE-Lab54.9734-15.8355-31.8263

#028eba color RGB value is (2,142,186).

#028eba hex color red value is 2, green value is 142 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #028eba hue: 0.54 , saturation: 0.98 and the lightness value of 028eba is 0.37.

The process color (four color CMYK) of #028eba color hex is 0.99, 0.24, 0.00, 0.27. Web safe color of #028eba is #0099cc. Color #028eba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 10001110 10111010
Octal 2 216 272
Decimal 2 142 186
Hex 2 8E BA

RGB Percentages of Color #028eba

%0.61
%43.03
%56.36

CMYK Percentages of Color #028eba

%99
%24
%0
%27

Triadic Colors of #028eba

#028eba #ba028e #8eba02

Analogous Colors of #028eba

#028eba #0232ba #02ba8a

Monochromatic Colors of #028eba

#028eba

Complementary Color

#028eba #ba2e02

#028eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#028eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#028eba Color CSS Codes

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

#028eba Text Font Color

<p style="color:#028eba">Text here</p>

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


#028eba Background Color

<div style="background-color:#028eba">
Div content here</div>

This div background color is #028eba


#028eba Border Color

<div style="border:3px solid #028eba">
Div here</div>

This div border color is #028eba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,142,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #028eba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #028eba;
  -webkit-box-shadow: 1px 1px 3px 2px #028eba;
  box-shadow:         1px 1px 3px 2px #028eba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #028eba


Comments

No comments written yet.

Please login to write comment.