Color Hex Logo

#028fef Color Hex

#028FEF
(2,143,239)
0 Favorites   0 Comments

Color spaces of #028fef

RGB 2143239
HSL0.570.980.47
HSV204°99°94°
CMYK 0.990.400.00   0.06
XYZ25.427525.889885.3184
Yxy25.88980.18610.1895
Hunter Lab50.88200.1591-63.7994
CIE-Lab57.93233.5012-56.9149

#028fef color RGB value is (2,143,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000010 10001111 11101111
Octal 2 217 357
Decimal 2 143 239
Hex 2 8F EF

RGB Percentages of Color #028fef

%0.52
%37.24
%62.24

CMYK Percentages of Color #028fef

%99
%40
%0
%6

Triadic Colors of #028fef

#028fef #ef028f #8fef02

Analogous Colors of #028fef

#028fef #0219ef #02efd9

Monochromatic Colors of #028fef

#028fef

Complementary Color

#028fef #ef6202

#028fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#028fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#028fef Color CSS Codes

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

#028fef Text Font Color

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

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


#028fef Background Color

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

This div background color is #028fef


#028fef Border Color

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

This div border color is #028fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #028fef


Comments

No comments written yet.

Please login to write comment.