Color Hex Logo

#28acdd Color Hex

#28ACDD
(40,172,221)
0 Favorites   0 Comments

Color spaces of #28acdd

RGB 40172221
HSL0.550.730.51
HSV196°82°87°
CMYK 0.820.220.00   0.13
XYZ28.678735.176673.6849
Yxy35.17660.20850.2558
Hunter Lab59.3099-17.4803-32.1433
CIE-Lab65.8859-17.5973-34.4086

#28acdd color RGB value is (40,172,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101000 10101100 11011101
Octal 50 254 335
Decimal 40 172 221
Hex 28 AC DD

RGB Percentages of Color #28acdd

%9.24
%39.72
%51.04

CMYK Percentages of Color #28acdd

%82
%22
%0
%13

Triadic Colors of #28acdd

#28acdd #dd28ac #acdd28

Analogous Colors of #28acdd

#28acdd #2852dd #28ddb4

Monochromatic Colors of #28acdd

#28acdd

Complementary Color

#28acdd #dd5928

#28acdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28acdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#28acdd Color CSS Codes

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

#28acdd Text Font Color

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

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


#28acdd Background Color

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

This div background color is #28acdd


#28acdd Border Color

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

This div border color is #28acdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28acdd


Comments

No comments written yet.

Please login to write comment.