Color Hex Logo

#028cdc Color Hex

#028CDC
(2,140,220)
0 Favorites   0 Comments

Color spaces of #028cdc

RGB 2140220
HSL0.560.980.44
HSV202°99°86°
CMYK 0.990.360.00   0.14
XYZ22.321423.936471.1539
Yxy23.93640.19010.2039
Hunter Lab48.9248-4.1799-51.9811
CIE-Lab56.0241-1.9657-49.3779

#028cdc color RGB value is (2,140,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000010 10001100 11011100
Octal 2 214 334
Decimal 2 140 220
Hex 2 8C DC

RGB Percentages of Color #028cdc

%0.55
%38.67
%60.77

CMYK Percentages of Color #028cdc

%99
%36
%0
%14

Triadic Colors of #028cdc

#028cdc #dc028c #8cdc02

Analogous Colors of #028cdc

#028cdc #021fdc #02dcbf

Monochromatic Colors of #028cdc

#028cdc

Complementary Color

#028cdc #dc5202

#028cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#028cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#028cdc Color CSS Codes

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

#028cdc Text Font Color

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

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


#028cdc Background Color

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

This div background color is #028cdc


#028cdc Border Color

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

This div border color is #028cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #028cdc


Comments

No comments written yet.

Please login to write comment.