Color Hex Logo

#44abdc Color Hex

#44ABDC
(68,171,220)
0 Favorites   0 Comments

Color spaces of #44abdc

RGB 68171220
HSL0.550.680.56
HSV199°69°86°
CMYK 0.690.220.00   0.14
XYZ29.865135.522172.9925
Yxy35.52210.21580.2567
Hunter Lab59.6004-14.8564-30.8920
CIE-Lab66.1531-14.1870-33.3961

#44abdc color RGB value is (68,171,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 10101011 11011100
Octal 104 253 334
Decimal 68 171 220
Hex 44 AB DC

RGB Percentages of Color #44abdc

%14.81
%37.25
%47.93

CMYK Percentages of Color #44abdc

%69
%22
%0
%14

Triadic Colors of #44abdc

#44abdc #dc44ab #abdc44

Analogous Colors of #44abdc

#44abdc #445fdc #44dcc1

Monochromatic Colors of #44abdc

#44abdc

Complementary Color

#44abdc #dc7544

#44abdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#44abdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#44abdc Color CSS Codes

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

#44abdc Text Font Color

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

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


#44abdc Background Color

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

This div background color is #44abdc


#44abdc Border Color

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

This div border color is #44abdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(68,171,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 #44abdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #44abdc


Comments

No comments written yet.

Please login to write comment.