Color Hex Logo

#44aaec Color Hex

#44AAEC
(68,170,236)
0 Favorites   0 Comments

Color spaces of #44aaec

RGB 68170236
HSL0.570.820.60
HSV204°71°93°
CMYK 0.710.280.00   0.07
XYZ31.898936.034584.6310
Yxy36.03450.20910.2362
Hunter Lab60.0287-10.1965-41.5694
CIE-Lab66.5463-8.3342-41.5667

#44aaec color RGB value is (68,170,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 10101010 11101100
Octal 104 252 354
Decimal 68 170 236
Hex 44 AA EC

RGB Percentages of Color #44aaec

%14.35
%35.86
%49.79

CMYK Percentages of Color #44aaec

%71
%28
%0
%7

Triadic Colors of #44aaec

#44aaec #ec44aa #aaec44

Analogous Colors of #44aaec

#44aaec #4456ec #44ecda

Monochromatic Colors of #44aaec

#44aaec

Complementary Color

#44aaec #ec8644

#44aaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#44aaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#44aaec Color CSS Codes

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

#44aaec Text Font Color

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

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


#44aaec Background Color

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

This div background color is #44aaec


#44aaec Border Color

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

This div border color is #44aaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #44aaec


Comments

No comments written yet.

Please login to write comment.