Color Hex Logo

#028dff Color Hex

#028DFF
(2,141,255)
0 Favorites   0 Comments

Color spaces of #028dff

RGB 2141255
HSL0.581.000.50
HSV207°99°100°
CMYK 0.990.450.00   0.00
XYZ27.599926.282798.2261
Yxy26.28270.18140.1728
Hunter Lab51.26676.3806-77.7120
CIE-Lab58.304410.8227-65.1387

#028dff color RGB value is (2,141,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000010 10001101 11111111
Octal 2 215 377
Decimal 2 141 255
Hex 2 8D FF

RGB Percentages of Color #028dff

%0.50
%35.43
%64.07

CMYK Percentages of Color #028dff

%99
%45
%0
%0

Triadic Colors of #028dff

#028dff #ff028d #8dff02

Analogous Colors of #028dff

#028dff #020fff #02fff3

Monochromatic Colors of #028dff

#028dff

Complementary Color

#028dff #ff7402

#028dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#028dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#028dff Color CSS Codes

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

#028dff Text Font Color

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

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


#028dff Background Color

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

This div background color is #028dff


#028dff Border Color

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

This div border color is #028dff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(2,141,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 #028dff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #028dff

Related Colors


Comments

No comments written yet.

Please login to write comment.