Color Hex Logo

#44aeda Color Hex

#44AEDA
(68,174,218)
0 Favorites   0 Comments

Color spaces of #44aeda

RGB 68174218
HSL0.550.670.56
HSV198°69°85°
CMYK 0.690.200.00   0.15
XYZ30.174836.563071.7966
Yxy36.56300.21780.2639
Hunter Lab60.4673-16.7417-28.0715
CIE-Lab66.9479-16.4416-31.0647

#44aeda color RGB value is (68,174,218).

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

The process color (four color CMYK) of #44aeda color hex is 0.69, 0.20, 0.00, 0.15. Web safe color of #44aeda is #3399cc. Color #44aeda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 10101110 11011010
Octal 104 256 332
Decimal 68 174 218
Hex 44 AE DA

RGB Percentages of Color #44aeda

%14.78
%37.83
%47.39

CMYK Percentages of Color #44aeda

%69
%20
%0
%15

Triadic Colors of #44aeda

#44aeda #da44ae #aeda44

Analogous Colors of #44aeda

#44aeda #4463da #44dabb

Monochromatic Colors of #44aeda

#44aeda

Complementary Color

#44aeda #da7044

#44aeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#44aeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#44aeda Color CSS Codes

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

#44aeda Text Font Color

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

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


#44aeda Background Color

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

This div background color is #44aeda


#44aeda Border Color

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

This div border color is #44aeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #44aeda


Comments

No comments written yet.

Please login to write comment.