Color Hex Logo

#44aee5 Color Hex

#44AEE5
(68,174,229)
0 Favorites   0 Comments

Color spaces of #44aee5

RGB 68174229
HSL0.560.760.58
HSV200°70°90°
CMYK 0.700.240.00   0.10
XYZ31.662837.158279.6322
Yxy37.15820.21330.2503
Hunter Lab60.9575-13.9585-34.7835
CIE-Lab67.3956-12.8542-36.4082

#44aee5 color RGB value is (68,174,229).

#44aee5 hex color red value is 68, green value is 174 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #44aee5 hue: 0.56 , saturation: 0.76 and the lightness value of 44aee5 is 0.58.

The process color (four color CMYK) of #44aee5 color hex is 0.70, 0.24, 0.00, 0.10. Web safe color of #44aee5 is #3399cc. Color #44aee5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 10101110 11100101
Octal 104 256 345
Decimal 68 174 229
Hex 44 AE E5

RGB Percentages of Color #44aee5

%14.44
%36.94
%48.62

CMYK Percentages of Color #44aee5

%70
%24
%0
%10

Triadic Colors of #44aee5

#44aee5 #e544ae #aee544

Analogous Colors of #44aee5

#44aee5 #445ee5 #44e5cc

Monochromatic Colors of #44aee5

#44aee5

Complementary Color

#44aee5 #e57b44

#44aee5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#44aee5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#44aee5 Color CSS Codes

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

#44aee5 Text Font Color

<p style="color:#44aee5">Text here</p>

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


#44aee5 Background Color

<div style="background-color:#44aee5">
Div content here</div>

This div background color is #44aee5


#44aee5 Border Color

<div style="border:3px solid #44aee5">
Div here</div>

This div border color is #44aee5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,174,229, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #44aee5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #44aee5;
  -webkit-box-shadow: 1px 1px 3px 2px #44aee5;
  box-shadow:         1px 1px 3px 2px #44aee5; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(68,174,229, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #44aee5


Comments

No comments written yet.

Please login to write comment.