Color Hex Logo

#028bce Color Hex

#028BCE
(2,139,206)
0 Favorites   0 Comments

Color spaces of #028bce

RGB 2139206
HSL0.550.980.41
HSV200°99°81°
CMYK 0.990.330.00   0.19
XYZ20.398222.934461.7442
Yxy22.93440.19410.2183
Hunter Lab47.8899-7.7770-42.9194
CIE-Lab55.0047-6.6989-43.1203

#028bce color RGB value is (2,139,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000010 10001011 11001110
Octal 2 213 316
Decimal 2 139 206
Hex 2 8B CE

RGB Percentages of Color #028bce

%0.58
%40.06
%59.37

CMYK Percentages of Color #028bce

%99
%33
%0
%19

Triadic Colors of #028bce

#028bce #ce028b #8bce02

Analogous Colors of #028bce

#028bce #0225ce #02ceab

Monochromatic Colors of #028bce

#028bce

Complementary Color

#028bce #ce4502

#028bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#028bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#028bce Color CSS Codes

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

#028bce Text Font Color

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

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


#028bce Background Color

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

This div background color is #028bce


#028bce Border Color

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

This div border color is #028bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #028bce


Comments

No comments written yet.

Please login to write comment.