Color Hex Logo

#028eeb Color Hex

#028EEB
(2,142,235)
0 Favorites   0 Comments

Color spaces of #028eeb

RGB 2142235
HSL0.570.980.46
HSV204°99°92°
CMYK 0.990.400.00   0.08
XYZ24.693425.357182.1902
Yxy25.35710.18670.1917
Hunter Lab50.3558-0.5902-61.5234
CIE-Lab57.42172.5713-55.5136

#028eeb color RGB value is (2,142,235).

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

The process color (four color CMYK) of #028eeb color hex is 0.99, 0.40, 0.00, 0.08. Web safe color of #028eeb is #0099ff. Color #028eeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 10001110 11101011
Octal 2 216 353
Decimal 2 142 235
Hex 2 8E EB

RGB Percentages of Color #028eeb

%0.53
%37.47
%62.01

CMYK Percentages of Color #028eeb

%99
%40
%0
%8

Triadic Colors of #028eeb

#028eeb #eb028e #8eeb02

Analogous Colors of #028eeb

#028eeb #021aeb #02ebd4

Monochromatic Colors of #028eeb

#028eeb

Complementary Color

#028eeb #eb5f02

#028eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#028eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#028eeb Color CSS Codes

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

#028eeb Text Font Color

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

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


#028eeb Background Color

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

This div background color is #028eeb


#028eeb Border Color

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

This div border color is #028eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #028eeb


Comments

No comments written yet.

Please login to write comment.