Color Hex Logo

#028eda Color Hex

#028EDA
(2,142,218)
0 Favorites   0 Comments

Color spaces of #028eda

RGB 2142218
HSL0.560.980.43
HSV201°99°85°
CMYK 0.990.350.00   0.15
XYZ22.352924.420969.8652
Yxy24.42090.19160.2094
Hunter Lab49.4175-5.7402-49.2304
CIE-Lab56.5068-3.9013-47.4914

#028eda color RGB value is (2,142,218).

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

The process color (four color CMYK) of #028eda color hex is 0.99, 0.35, 0.00, 0.15. Web safe color of #028eda is #0099cc. Color #028eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 10001110 11011010
Octal 2 216 332
Decimal 2 142 218
Hex 2 8E DA

RGB Percentages of Color #028eda

%0.55
%39.23
%60.22

CMYK Percentages of Color #028eda

%99
%35
%0
%15

Triadic Colors of #028eda

#028eda #da028e #8eda02

Analogous Colors of #028eda

#028eda #0222da #02daba

Monochromatic Colors of #028eda

#028eda

Complementary Color

#028eda #da4e02

#028eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#028eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#028eda Color CSS Codes

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

#028eda Text Font Color

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

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


#028eda Background Color

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

This div background color is #028eda


#028eda Border Color

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

This div border color is #028eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #028eda


Comments

No comments written yet.

Please login to write comment.