Color Hex Logo

#028aff Color Hex

#028AFF
(2,138,255)
0 Favorites   0 Comments

Color spaces of #028aff

RGB 2138255
HSL0.581.000.50
HSV208°99°100°
CMYK 0.990.460.00   0.00
XYZ27.163525.409998.0807
Yxy25.40990.18030.1687
Hunter Lab50.40827.9739-80.0764
CIE-Lab57.472612.6536-66.4774

#028aff color RGB value is (2,138,255).

#028aff hex color red value is 2, green value is 138 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #028aff hue: 0.58 , saturation: 1.00 and the lightness value of 028aff is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00000010 10001010 11111111
Octal 2 212 377
Decimal 2 138 255
Hex 2 8A FF

RGB Percentages of Color #028aff

%0.51
%34.94
%64.56

CMYK Percentages of Color #028aff

%99
%46
%0
%0

Triadic Colors of #028aff

#028aff #ff028a #8aff02

Analogous Colors of #028aff

#028aff #020bff #02fff6

Monochromatic Colors of #028aff

#028aff

Complementary Color

#028aff #ff7702

#028aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#028aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#028aff Color CSS Codes

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

#028aff Text Font Color

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

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


#028aff Background Color

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

This div background color is #028aff


#028aff Border Color

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

This div border color is #028aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #028aff


Comments

No comments written yet.

Please login to write comment.