Color Hex Logo

#28acde Color Hex

#28ACDE
(40,172,222)
0 Favorites   0 Comments

Color spaces of #28acde

RGB 40172222
HSL0.550.730.51
HSV196°82°87°
CMYK 0.820.230.00   0.13
XYZ28.812435.230174.3888
Yxy35.23010.20810.2545
Hunter Lab59.3549-17.2227-32.7589
CIE-Lab65.9274-17.2558-34.8944

#28acde color RGB value is (40,172,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101000 10101100 11011110
Octal 50 254 336
Decimal 40 172 222
Hex 28 AC DE

RGB Percentages of Color #28acde

%9.22
%39.63
%51.15

CMYK Percentages of Color #28acde

%82
%23
%0
%13

Triadic Colors of #28acde

#28acde #de28ac #acde28

Analogous Colors of #28acde

#28acde #2851de #28deb5

Monochromatic Colors of #28acde

#28acde

Complementary Color

#28acde #de5a28

#28acde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28acde Color Preview on White Background

Lorem ipsum dolor sit amet.

#28acde Color CSS Codes

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

#28acde Text Font Color

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

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


#28acde Background Color

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

This div background color is #28acde


#28acde Border Color

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

This div border color is #28acde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28acde


Comments

No comments written yet.

Please login to write comment.