Color Hex Logo

#028ffd Color Hex

#028FFD
(2,143,253)
0 Favorites   0 Comments

Color spaces of #028ffd

RGB 2143253
HSL0.570.980.50
HSV206°99°99°
CMYK 0.990.430.00   0.01
XYZ27.577126.749796.6382
Yxy26.74970.18270.1772
Hunter Lab51.72014.6658-74.5783
CIE-Lab58.74198.8457-63.3374

#028ffd color RGB value is (2,143,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000010 10001111 11111101
Octal 2 217 375
Decimal 2 143 253
Hex 2 8F FD

RGB Percentages of Color #028ffd

%0.50
%35.93
%63.57

CMYK Percentages of Color #028ffd

%99
%43
%0
%1

Triadic Colors of #028ffd

#028ffd #fd028f #8ffd02

Analogous Colors of #028ffd

#028ffd #0212fd #02fdee

Monochromatic Colors of #028ffd

#028ffd

Complementary Color

#028ffd #fd7002

#028ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#028ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#028ffd Color CSS Codes

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

#028ffd Text Font Color

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

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


#028ffd Background Color

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

This div background color is #028ffd


#028ffd Border Color

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

This div border color is #028ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #028ffd


Comments

No comments written yet.

Please login to write comment.