Color Hex Logo

#44abae Color Hex

#44ABAE
(68,171,174)
0 Favorites   0 Comments

Color spaces of #44abae

RGB 68171174
HSL0.500.440.47
HSV182°61°68°
CMYK 0.610.020.00   0.32
XYZ24.586833.410845.1975
Yxy33.41080.23830.3238
Hunter Lab57.8021-25.2265-5.8995
CIE-Lab64.4922-28.3646-10.4133

#44abae color RGB value is (68,171,174).

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

The process color (four color CMYK) of #44abae color hex is 0.61, 0.02, 0.00, 0.32. Web safe color of #44abae is #339999. Color #44abae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 10101011 10101110
Octal 104 253 256
Decimal 68 171 174
Hex 44 AB AE

RGB Percentages of Color #44abae

%16.46
%41.40
%42.13

CMYK Percentages of Color #44abae

%61
%2
%0
%32

Triadic Colors of #44abae

#44abae #ae44ab #abae44

Analogous Colors of #44abae

#44abae #4476ae #44ae7c

Monochromatic Colors of #44abae

#44abae

Complementary Color

#44abae #ae4744

#44abae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#44abae Color Preview on White Background

Lorem ipsum dolor sit amet.

#44abae Color CSS Codes

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

#44abae Text Font Color

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

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


#44abae Background Color

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

This div background color is #44abae


#44abae Border Color

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

This div border color is #44abae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #44abae


Comments

No comments written yet.

Please login to write comment.