Color Hex Logo

#44acc6 Color Hex

#44ACC6
(68,172,198)
0 Favorites   0 Comments

Color spaces of #44acc6

RGB 68172198
HSL0.530.530.52
HSV192°66°78°
CMYK 0.660.130.00   0.22
XYZ27.329534.811258.7049
Yxy34.81120.22620.2881
Hunter Lab59.0010-20.5699-17.6917
CIE-Lab65.6014-21.7146-22.0881

#44acc6 color RGB value is (68,172,198).

#44acc6 hex color red value is 68, green value is 172 and the blue value of its RGB is 198. Cylindrical-coordinate representations (also known as HSL) of color #44acc6 hue: 0.53 , saturation: 0.53 and the lightness value of 44acc6 is 0.52.

The process color (four color CMYK) of #44acc6 color hex is 0.66, 0.13, 0.00, 0.22. Web safe color of #44acc6 is #3399cc. Color #44acc6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 10101100 11000110
Octal 104 254 306
Decimal 68 172 198
Hex 44 AC C6

RGB Percentages of Color #44acc6

%15.53
%39.27
%45.21

CMYK Percentages of Color #44acc6

%66
%13
%0
%22

Triadic Colors of #44acc6

#44acc6 #c644ac #acc644

Analogous Colors of #44acc6

#44acc6 #446bc6 #44c69f

Monochromatic Colors of #44acc6

#44acc6

Complementary Color

#44acc6 #c65e44

#44acc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#44acc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#44acc6 Color CSS Codes

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

#44acc6 Text Font Color

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

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


#44acc6 Background Color

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

This div background color is #44acc6


#44acc6 Border Color

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

This div border color is #44acc6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #44acc6


Comments

No comments written yet.

Please login to write comment.