Color Hex Logo

#028cec Color Hex

#028CEC
(2,140,236)
0 Favorites   0 Comments

Color spaces of #028cec

RGB 2140236
HSL0.570.980.47
HSV205°99°93°
CMYK 0.990.410.00   0.07
XYZ24.543424.825282.8550
Yxy24.82520.18560.1878
Hunter Lab49.82490.7343-63.7173
CIE-Lab56.90474.1524-56.8947

#028cec color RGB value is (2,140,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000010 10001100 11101100
Octal 2 214 354
Decimal 2 140 236
Hex 2 8C EC

RGB Percentages of Color #028cec

%0.53
%37.04
%62.43

CMYK Percentages of Color #028cec

%99
%41
%0
%7

Triadic Colors of #028cec

#028cec #ec028c #8cec02

Analogous Colors of #028cec

#028cec #0217ec #02ecd7

Monochromatic Colors of #028cec

#028cec

Complementary Color

#028cec #ec6202

#028cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#028cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#028cec Color CSS Codes

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

#028cec Text Font Color

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

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


#028cec Background Color

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

This div background color is #028cec


#028cec Border Color

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

This div border color is #028cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #028cec


Comments

No comments written yet.

Please login to write comment.