Color Hex Logo

#028cdb Color Hex

#028CDB
(2,140,219)
0 Favorites   0 Comments

Color spaces of #028cdb

RGB 2140219
HSL0.560.980.43
HSV202°99°86°
CMYK 0.990.360.00   0.14
XYZ22.189323.883570.4583
Yxy23.88350.19040.2050
Hunter Lab48.8707-4.4776-51.2705
CIE-Lab55.9710-2.3466-48.9020

#028cdb color RGB value is (2,140,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000010 10001100 11011011
Octal 2 214 333
Decimal 2 140 219
Hex 2 8C DB

RGB Percentages of Color #028cdb

%0.55
%38.78
%60.66

CMYK Percentages of Color #028cdb

%99
%36
%0
%14

Triadic Colors of #028cdb

#028cdb #db028c #8cdb02

Analogous Colors of #028cdb

#028cdb #021fdb #02dbbe

Monochromatic Colors of #028cdb

#028cdb

Complementary Color

#028cdb #db5102

#028cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#028cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#028cdb Color CSS Codes

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

#028cdb Text Font Color

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

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


#028cdb Background Color

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

This div background color is #028cdb


#028cdb Border Color

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

This div border color is #028cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #028cdb


Comments

No comments written yet.

Please login to write comment.