Color Hex Logo

#28aedd Color Hex

#28AEDD
(40,174,221)
0 Favorites   0 Comments

Color spaces of #28aedd

RGB 40174221
HSL0.540.730.51
HSV196°82°87°
CMYK 0.820.210.00   0.13
XYZ29.062335.943773.8127
Yxy35.94370.20940.2589
Hunter Lab59.9531-18.3898-31.0292
CIE-Lab66.4769-18.6559-33.4912

#28aedd color RGB value is (40,174,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101000 10101110 11011101
Octal 50 256 335
Decimal 40 174 221
Hex 28 AE DD

RGB Percentages of Color #28aedd

%9.20
%40.00
%50.80

CMYK Percentages of Color #28aedd

%82
%21
%0
%13

Triadic Colors of #28aedd

#28aedd #dd28ae #aedd28

Analogous Colors of #28aedd

#28aedd #2853dd #28ddb2

Monochromatic Colors of #28aedd

#28aedd

Complementary Color

#28aedd #dd5728

#28aedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28aedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#28aedd Color CSS Codes

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

#28aedd Text Font Color

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

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


#28aedd Background Color

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

This div background color is #28aedd


#28aedd Border Color

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

This div border color is #28aedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28aedd


Comments

No comments written yet.

Please login to write comment.