Color Hex Logo

#28a4dd Color Hex

#28A4DD
(40,164,221)
0 Favorites   0 Comments

Color spaces of #28a4dd

RGB 40164221
HSL0.550.730.51
HSV199°82°87°
CMYK 0.820.260.00   0.13
XYZ27.201732.222573.1925
Yxy32.22250.20510.2430
Hunter Lab56.7649-13.8014-36.7130
CIE-Lab63.5264-13.2857-38.0848

#28a4dd color RGB value is (40,164,221).

#28a4dd hex color red value is 40, green value is 164 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #28a4dd hue: 0.55 , saturation: 0.73 and the lightness value of 28a4dd is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00101000 10100100 11011101
Octal 50 244 335
Decimal 40 164 221
Hex 28 A4 DD

RGB Percentages of Color #28a4dd

%9.41
%38.59
%52.00

CMYK Percentages of Color #28a4dd

%82
%26
%0
%13

Triadic Colors of #28a4dd

#28a4dd #dd28a4 #a4dd28

Analogous Colors of #28a4dd

#28a4dd #284add #28ddbc

Monochromatic Colors of #28a4dd

#28a4dd

Complementary Color

#28a4dd #dd6128

#28a4dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28a4dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#28a4dd Color CSS Codes

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

#28a4dd Text Font Color

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

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


#28a4dd Background Color

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

This div background color is #28a4dd


#28a4dd Border Color

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

This div border color is #28a4dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28a4dd


Comments

No comments written yet.

Please login to write comment.