Color Hex Logo

#44aaed Color Hex

#44AAED
(68,170,237)
0 Favorites   0 Comments

Color spaces of #44aaed

RGB 68170237
HSL0.570.820.60
HSV204°71°93°
CMYK 0.710.280.00   0.07
XYZ32.044736.092885.3984
Yxy36.09280.20870.2351
Hunter Lab60.0773-9.9249-42.2252
CIE-Lab66.5908-7.9973-42.0441

#44aaed color RGB value is (68,170,237).

#44aaed hex color red value is 68, green value is 170 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #44aaed hue: 0.57 , saturation: 0.82 and the lightness value of 44aaed is 0.60.

The process color (four color CMYK) of #44aaed color hex is 0.71, 0.28, 0.00, 0.07. Web safe color of #44aaed is #3399ff. Color #44aaed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 10101010 11101101
Octal 104 252 355
Decimal 68 170 237
Hex 44 AA ED

RGB Percentages of Color #44aaed

%14.32
%35.79
%49.89

CMYK Percentages of Color #44aaed

%71
%28
%0
%7

Triadic Colors of #44aaed

#44aaed #ed44aa #aaed44

Analogous Colors of #44aaed

#44aaed #4456ed #44eddc

Monochromatic Colors of #44aaed

#44aaed

Complementary Color

#44aaed #ed8744

#44aaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#44aaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#44aaed Color CSS Codes

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

#44aaed Text Font Color

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

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


#44aaed Background Color

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

This div background color is #44aaed


#44aaed Border Color

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

This div border color is #44aaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #44aaed


Comments

No comments written yet.

Please login to write comment.