Color Hex Logo

#44abb1 Color Hex

#44ABB1
(68,171,177)
0 Favorites   0 Comments

Color spaces of #44abb1

RGB 68171177
HSL0.510.440.48
HSV183°62°69°
CMYK 0.620.030.00   0.31
XYZ24.882633.529146.7553
Yxy33.52910.23660.3188
Hunter Lab57.9043-24.6277-7.3412
CIE-Lab64.5871-27.5011-11.9444

#44abb1 color RGB value is (68,171,177).

#44abb1 hex color red value is 68, green value is 171 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #44abb1 hue: 0.51 , saturation: 0.44 and the lightness value of 44abb1 is 0.48.

The process color (four color CMYK) of #44abb1 color hex is 0.62, 0.03, 0.00, 0.31. Web safe color of #44abb1 is #339999. Color #44abb1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 10101011 10110001
Octal 104 253 261
Decimal 68 171 177
Hex 44 AB B1

RGB Percentages of Color #44abb1

%16.35
%41.11
%42.55

CMYK Percentages of Color #44abb1

%62
%3
%0
%31

Triadic Colors of #44abb1

#44abb1 #b144ab #abb144

Analogous Colors of #44abb1

#44abb1 #4475b1 #44b181

Monochromatic Colors of #44abb1

#44abb1

Complementary Color

#44abb1 #b14a44

#44abb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#44abb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#44abb1 Color CSS Codes

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

#44abb1 Text Font Color

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

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


#44abb1 Background Color

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

This div background color is #44abb1


#44abb1 Border Color

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

This div border color is #44abb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #44abb1


Comments

No comments written yet.

Please login to write comment.