Color Hex Logo

#028dce Color Hex

#028DCE
(2,141,206)
0 Favorites   0 Comments

Color spaces of #028dce

RGB 2141206
HSL0.550.980.41
HSV199°99°81°
CMYK 0.990.320.00   0.19
XYZ20.690523.518961.8416
Yxy23.51890.19510.2218
Hunter Lab48.4963-8.7131-41.6581
CIE-Lab55.6029-7.8540-42.1760

#028dce color RGB value is (2,141,206).

#028dce hex color red value is 2, green value is 141 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #028dce hue: 0.55 , saturation: 0.98 and the lightness value of 028dce is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 00000010 10001101 11001110
Octal 2 215 316
Decimal 2 141 206
Hex 2 8D CE

RGB Percentages of Color #028dce

%0.57
%40.40
%59.03

CMYK Percentages of Color #028dce

%99
%32
%0
%19

Triadic Colors of #028dce

#028dce #ce028d #8dce02

Analogous Colors of #028dce

#028dce #0227ce #02cea9

Monochromatic Colors of #028dce

#028dce

Complementary Color

#028dce #ce4302

#028dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#028dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#028dce Color CSS Codes

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

#028dce Text Font Color

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

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


#028dce Background Color

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

This div background color is #028dce


#028dce Border Color

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

This div border color is #028dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #028dce


Comments

No comments written yet.

Please login to write comment.