Color Hex Logo

#028dda Color Hex

#028DDA
(2,141,218)
0 Favorites   0 Comments

Color spaces of #028dda

RGB 2141218
HSL0.560.980.43
HSV201°99°85°
CMYK 0.990.350.00   0.15
XYZ22.204824.124669.8159
Yxy24.12460.19120.2077
Hunter Lab49.1168-5.2578-49.8946
CIE-Lab56.2123-3.3153-47.9585

#028dda color RGB value is (2,141,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000010 10001101 11011010
Octal 2 215 332
Decimal 2 141 218
Hex 2 8D DA

RGB Percentages of Color #028dda

%0.55
%39.06
%60.39

CMYK Percentages of Color #028dda

%99
%35
%0
%15

Triadic Colors of #028dda

#028dda #da028d #8dda02

Analogous Colors of #028dda

#028dda #0221da #02dabb

Monochromatic Colors of #028dda

#028dda

Complementary Color

#028dda #da4f02

#028dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#028dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#028dda Color CSS Codes

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

#028dda Text Font Color

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

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


#028dda Background Color

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

This div background color is #028dda


#028dda Border Color

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

This div border color is #028dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #028dda


Comments

No comments written yet.

Please login to write comment.