Color Hex Logo

#44aead Color Hex

#44AEAD
(68,174,173)
0 Favorites   0 Comments

Color spaces of #44aead

RGB 68174173
HSL0.500.440.47
HSV179°61°68°
CMYK 0.610.000.01   0.32
XYZ25.062834.518244.8769
Yxy34.51820.23990.3305
Hunter Lab58.7522-26.6709-4.1612
CIE-Lab65.3718-30.1134-8.5430

#44aead color RGB value is (68,174,173).

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

The process color (four color CMYK) of #44aead color hex is 0.61, 0.00, 0.01, 0.32. Web safe color of #44aead is #339999. Color #44aead contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 10101110 10101101
Octal 104 256 255
Decimal 68 174 173
Hex 44 AE AD

RGB Percentages of Color #44aead

%16.39
%41.93
%41.69

CMYK Percentages of Color #44aead

%61
%0
%1
%32

Triadic Colors of #44aead

#44aead #ad44ae #aead44

Analogous Colors of #44aead

#44aead #447aae #44ae78

Monochromatic Colors of #44aead

#44aead

Complementary Color

#44aead #ae4445

#44aead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#44aead Color Preview on White Background

Lorem ipsum dolor sit amet.

#44aead Color CSS Codes

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

#44aead Text Font Color

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

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


#44aead Background Color

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

This div background color is #44aead


#44aead Border Color

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

This div border color is #44aead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #44aead


Comments

No comments written yet.

Please login to write comment.