Color Hex Logo

#44addc Color Hex

#44ADDC
(68,173,220)
0 Favorites   0 Comments

Color spaces of #44addc

RGB 68173220
HSL0.550.680.56
HSV199°69°86°
CMYK 0.690.210.00   0.14
XYZ30.245736.283473.1194
Yxy36.28340.21660.2598
Hunter Lab60.2357-15.7836-29.8064
CIE-Lab66.7359-15.2609-32.4928

#44addc color RGB value is (68,173,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 10101101 11011100
Octal 104 255 334
Decimal 68 173 220
Hex 44 AD DC

RGB Percentages of Color #44addc

%14.75
%37.53
%47.72

CMYK Percentages of Color #44addc

%69
%21
%0
%14

Triadic Colors of #44addc

#44addc #dc44ad #addc44

Analogous Colors of #44addc

#44addc #4461dc #44dcbf

Monochromatic Colors of #44addc

#44addc

Complementary Color

#44addc #dc7344

#44addc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#44addc Color Preview on White Background

Lorem ipsum dolor sit amet.

#44addc Color CSS Codes

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

#44addc Text Font Color

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

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


#44addc Background Color

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

This div background color is #44addc


#44addc Border Color

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

This div border color is #44addc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #44addc


Comments

No comments written yet.

Please login to write comment.