Color Hex Logo

#44b0ad Color Hex

#44B0AD
(68,176,173)
0 Favorites   0 Comments

Color spaces of #44b0ad

RGB 68176173
HSL0.500.440.48
HSV178°61°69°
CMYK 0.610.000.02   0.31
XYZ25.452135.296745.0067
Yxy35.29670.24070.3338
Hunter Lab59.4110-27.4986-3.3273
CIE-Lab65.9790-31.0790-7.6395

#44b0ad color RGB value is (68,176,173).

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

The process color (four color CMYK) of #44b0ad color hex is 0.61, 0.00, 0.02, 0.31. Web safe color of #44b0ad is #339999. Color #44b0ad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 10110000 10101101
Octal 104 260 255
Decimal 68 176 173
Hex 44 B0 AD

RGB Percentages of Color #44b0ad

%16.31
%42.21
%41.49

CMYK Percentages of Color #44b0ad

%61
%0
%2
%31

Triadic Colors of #44b0ad

#44b0ad #ad44b0 #b0ad44

Analogous Colors of #44b0ad

#44b0ad #447db0 #44b077

Monochromatic Colors of #44b0ad

#44b0ad

Complementary Color

#44b0ad #b04447

#44b0ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#44b0ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#44b0ad Color CSS Codes

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

#44b0ad Text Font Color

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

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


#44b0ad Background Color

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

This div background color is #44b0ad


#44b0ad Border Color

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

This div border color is #44b0ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(68,176,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 #44b0ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #44b0ad


Comments

No comments written yet.

Please login to write comment.