Color Hex Logo

#28adda Color Hex

#28ADDA
(40,173,218)
0 Favorites   0 Comments

Color spaces of #28adda

RGB 40173218
HSL0.540.710.51
HSV195°82°85°
CMYK 0.820.210.00   0.15
XYZ28.473535.400271.6619
Yxy35.40020.21010.2612
Hunter Lab59.4981-18.6983-29.7626
CIE-Lab66.0591-19.1453-32.4882

#28adda color RGB value is (40,173,218).

#28adda hex color red value is 40, green value is 173 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #28adda hue: 0.54 , saturation: 0.71 and the lightness value of 28adda is 0.51.

The process color (four color CMYK) of #28adda color hex is 0.82, 0.21, 0.00, 0.15. Web safe color of #28adda is #3399cc. Color #28adda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 10101101 11011010
Octal 50 255 332
Decimal 40 173 218
Hex 28 AD DA

RGB Percentages of Color #28adda

%9.28
%40.14
%50.58

CMYK Percentages of Color #28adda

%82
%21
%0
%15

Triadic Colors of #28adda

#28adda #da28ad #adda28

Analogous Colors of #28adda

#28adda #2854da #28daae

Monochromatic Colors of #28adda

#28adda

Complementary Color

#28adda #da5528

#28adda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28adda Color Preview on White Background

Lorem ipsum dolor sit amet.

#28adda Color CSS Codes

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

#28adda Text Font Color

<p style="color:#28adda">Text here</p>

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


#28adda Background Color

<div style="background-color:#28adda">
Div content here</div>

This div background color is #28adda


#28adda Border Color

<div style="border:3px solid #28adda">
Div here</div>

This div border color is #28adda


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(40,173,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #28adda; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #28adda;
  -webkit-box-shadow: 1px 1px 3px 2px #28adda;
  box-shadow:         1px 1px 3px 2px #28adda; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(40,173,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 #28adda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28adda


Comments

No comments written yet.

Please login to write comment.