Color Hex Logo

#44abde Color Hex

#44ABDE
(68,171,222)
0 Favorites   0 Comments

Color spaces of #44abde

RGB 68171222
HSL0.560.700.57
HSV200°69°87°
CMYK 0.690.230.00   0.13
XYZ30.131635.628774.3962
Yxy35.62870.21500.2542
Hunter Lab59.6898-14.3497-32.1151
CIE-Lab66.2352-13.5327-34.3695

#44abde color RGB value is (68,171,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 10101011 11011110
Octal 104 253 336
Decimal 68 171 222
Hex 44 AB DE

RGB Percentages of Color #44abde

%14.75
%37.09
%48.16

CMYK Percentages of Color #44abde

%69
%23
%0
%13

Triadic Colors of #44abde

#44abde #de44ab #abde44

Analogous Colors of #44abde

#44abde #445ede #44dec4

Monochromatic Colors of #44abde

#44abde

Complementary Color

#44abde #de7744

#44abde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#44abde Color Preview on White Background

Lorem ipsum dolor sit amet.

#44abde Color CSS Codes

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

#44abde Text Font Color

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

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


#44abde Background Color

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

This div background color is #44abde


#44abde Border Color

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

This div border color is #44abde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #44abde


Comments

No comments written yet.

Please login to write comment.