Color Hex Logo

#44ab81 Color Hex

#44AB81
(68,171,129)
0 Favorites   0 Comments

Color spaces of #44ab81

RGB 68171129
HSL0.430.430.47
HSV156°60°67°
CMYK 0.600.000.25   0.33
XYZ20.909331.939725.8318
Yxy31.93970.26570.4059
Hunter Lab56.5152-32.860812.4606
CIE-Lab63.2930-39.944712.9004

#44ab81 color RGB value is (68,171,129).

#44ab81 hex color red value is 68, green value is 171 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #44ab81 hue: 0.43 , saturation: 0.43 and the lightness value of 44ab81 is 0.47.

The process color (four color CMYK) of #44ab81 color hex is 0.60, 0.00, 0.25, 0.33. Web safe color of #44ab81 is #339999. Color #44ab81 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 10101011 10000001
Octal 104 253 201
Decimal 68 171 129
Hex 44 AB 81

RGB Percentages of Color #44ab81

%18.48
%46.47
%35.05

CMYK Percentages of Color #44ab81

%60
%0
%25
%33

Triadic Colors of #44ab81

#44ab81 #8144ab #ab8144

Analogous Colors of #44ab81

#44ab81 #44a2ab #44ab4e

Monochromatic Colors of #44ab81

#44ab81

Complementary Color

#44ab81 #ab446e

#44ab81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#44ab81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#44ab81 Color CSS Codes

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

#44ab81 Text Font Color

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

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


#44ab81 Background Color

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

This div background color is #44ab81


#44ab81 Border Color

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

This div border color is #44ab81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #44ab81


Comments

No comments written yet.

Please login to write comment.