Color Hex Logo

#028eee Color Hex

#028EEE
(2,142,238)
0 Favorites   0 Comments

Color spaces of #028eee

RGB 2142238
HSL0.570.980.47
HSV204°99°93°
CMYK 0.990.400.00   0.07
XYZ25.130725.532084.4926
Yxy25.53200.18590.1889
Hunter Lab50.52920.3509-63.7716
CIE-Lab57.59013.7177-56.9081

#028eee color RGB value is (2,142,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000010 10001110 11101110
Octal 2 216 356
Decimal 2 142 238
Hex 2 8E EE

RGB Percentages of Color #028eee

%0.52
%37.17
%62.30

CMYK Percentages of Color #028eee

%99
%40
%0
%7

Triadic Colors of #028eee

#028eee #ee028e #8eee02

Analogous Colors of #028eee

#028eee #0218ee #02eed8

Monochromatic Colors of #028eee

#028eee

Complementary Color

#028eee #ee6202

#028eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#028eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#028eee Color CSS Codes

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

#028eee Text Font Color

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

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


#028eee Background Color

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

This div background color is #028eee


#028eee Border Color

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

This div border color is #028eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #028eee


Comments

No comments written yet.

Please login to write comment.