Color Hex Logo

#44aacc Color Hex

#44AACC
(68,170,204)
1 Favorites   0 Comments

Color spaces of #44aacc

RGB 68170204
HSL0.540.570.53
HSV195°67°80°
CMYK 0.670.170.00   0.20
XYZ27.657734.338062.2969
Yxy34.33800.22250.2763
Hunter Lab58.5986-18.2982-22.0129
CIE-Lab65.2300-18.7978-25.9830

#44aacc color RGB value is (68,170,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 10101010 11001100
Octal 104 252 314
Decimal 68 170 204
Hex 44 AA CC

RGB Percentages of Color #44aacc

%15.38
%38.46
%46.15

CMYK Percentages of Color #44aacc

%67
%17
%0
%20

Triadic Colors of #44aacc

#44aacc #cc44aa #aacc44

Analogous Colors of #44aacc

#44aacc #4466cc #44ccaa

Monochromatic Colors of #44aacc

#44aacc

Complementary Color

#44aacc #cc6644

#44aacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#44aacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#44aacc Color CSS Codes

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

#44aacc Text Font Color

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

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


#44aacc Background Color

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

This div background color is #44aacc


#44aacc Border Color

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

This div border color is #44aacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #44aacc


Comments

No comments written yet.

Please login to write comment.