Color Hex Logo

#028adc Color Hex

#028ADC
(2,138,220)
0 Favorites   0 Comments

Color spaces of #028adc

RGB 2138220
HSL0.560.980.44
HSV203°99°86°
CMYK 0.990.370.00   0.14
XYZ22.031823.357271.0573
Yxy23.35720.18920.2006
Hunter Lab48.3293-3.2037-53.3421
CIE-Lab55.4384-0.7811-50.3091

#028adc color RGB value is (2,138,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000010 10001010 11011100
Octal 2 212 334
Decimal 2 138 220
Hex 2 8A DC

RGB Percentages of Color #028adc

%0.56
%38.33
%61.11

CMYK Percentages of Color #028adc

%99
%37
%0
%14

Triadic Colors of #028adc

#028adc #dc028a #8adc02

Analogous Colors of #028adc

#028adc #021ddc #02dcc1

Monochromatic Colors of #028adc

#028adc

Complementary Color

#028adc #dc5402

#028adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#028adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#028adc Color CSS Codes

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

#028adc Text Font Color

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

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


#028adc Background Color

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

This div background color is #028adc


#028adc Border Color

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

This div border color is #028adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #028adc


Comments

No comments written yet.

Please login to write comment.