Color Hex Logo

#44b066 Color Hex

#44B066
(68,176,102)
0 Favorites   0 Comments

Color spaces of #44b066

RGB 68176102
HSL0.390.440.48
HSV139°61°69°
CMYK 0.610.000.42   0.31
XYZ20.307533.238917.9158
Yxy33.23890.28420.4651
Hunter Lab57.6532-38.019021.9328
CIE-Lab64.3539-47.441428.9467

#44b066 color RGB value is (68,176,102).

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

The process color (four color CMYK) of #44b066 color hex is 0.61, 0.00, 0.42, 0.31. Web safe color of #44b066 is #339966. Color #44b066 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 10110000 01100110
Octal 104 260 146
Decimal 68 176 102
Hex 44 B0 66

RGB Percentages of Color #44b066

%19.65
%50.87
%29.48

CMYK Percentages of Color #44b066

%61
%0
%42
%31

Triadic Colors of #44b066

#44b066 #6644b0 #b06644

Analogous Colors of #44b066

#44b066 #44b09c #58b044

Monochromatic Colors of #44b066

#44b066

Complementary Color

#44b066 #b0448e

#44b066 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#44b066 Color Preview on White Background

Lorem ipsum dolor sit amet.

#44b066 Color CSS Codes

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

#44b066 Text Font Color

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

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


#44b066 Background Color

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

This div background color is #44b066


#44b066 Border Color

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

This div border color is #44b066


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #44b066


Comments

No comments written yet.

Please login to write comment.