Color Hex Logo

#44aadb Color Hex

#44AADB
(68,170,219)
0 Favorites   0 Comments

Color spaces of #44aadb

RGB 68170219
HSL0.550.680.56
HSV199°69°86°
CMYK 0.690.220.00   0.14
XYZ29.544835.092972.2343
Yxy35.09290.21590.2564
Hunter Lab59.2393-14.6442-30.8287
CIE-Lab65.8209-13.9746-33.3607

#44aadb color RGB value is (68,170,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 10101010 11011011
Octal 104 252 333
Decimal 68 170 219
Hex 44 AA DB

RGB Percentages of Color #44aadb

%14.88
%37.20
%47.92

CMYK Percentages of Color #44aadb

%69
%22
%0
%14

Triadic Colors of #44aadb

#44aadb #db44aa #aadb44

Analogous Colors of #44aadb

#44aadb #445edb #44dbc1

Monochromatic Colors of #44aadb

#44aadb

Complementary Color

#44aadb #db7544

#44aadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#44aadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#44aadb Color CSS Codes

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

#44aadb Text Font Color

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

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


#44aadb Background Color

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

This div background color is #44aadb


#44aadb Border Color

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

This div border color is #44aadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #44aadb


Comments

No comments written yet.

Please login to write comment.