Color Hex Logo

#44998a Color Hex

#44998A
(68,153,138)
0 Favorites   0 Comments

Color spaces of #44998a

RGB 68153138
HSL0.470.380.43
HSV169°56°60°
CMYK 0.560.000.10   0.40
XYZ18.362625.846428.0658
Yxy25.84640.25410.3576
Hunter Lab50.8394-24.49672.8566
CIE-Lab57.8910-29.44850.1156

#44998a color RGB value is (68,153,138).

#44998a hex color red value is 68, green value is 153 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #44998a hue: 0.47 , saturation: 0.38 and the lightness value of 44998a is 0.43.

The process color (four color CMYK) of #44998a color hex is 0.56, 0.00, 0.10, 0.40. Web safe color of #44998a is #339999. Color #44998a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 10011001 10001010
Octal 104 231 212
Decimal 68 153 138
Hex 44 99 8A

RGB Percentages of Color #44998a

%18.94
%42.62
%38.44

CMYK Percentages of Color #44998a

%56
%0
%10
%40

Triadic Colors of #44998a

#44998a #8a4499 #998a44

Analogous Colors of #44998a

#44998a #447e99 #449960

Monochromatic Colors of #44998a

#44998a

Complementary Color

#44998a #994453

#44998a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#44998a Color Preview on White Background

Lorem ipsum dolor sit amet.

#44998a Color CSS Codes

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

#44998a Text Font Color

<p style="color:#44998a">Text here</p>

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


#44998a Background Color

<div style="background-color:#44998a">
Div content here</div>

This div background color is #44998a


#44998a Border Color

<div style="border:3px solid #44998a">
Div here</div>

This div border color is #44998a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,153,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #44998a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #44998a;
  -webkit-box-shadow: 1px 1px 3px 2px #44998a;
  box-shadow:         1px 1px 3px 2px #44998a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #44998a


Comments

No comments written yet.

Please login to write comment.