Color Hex Logo

#44b01d Color Hex

#44B01D
(68,176,29)
0 Favorites   0 Comments

Color spaces of #44b01d

RGB 6817629
HSL0.290.720.40
HSV104°84°69°
CMYK 0.610.000.84   0.31
XYZ18.131032.36836.4545
Yxy32.36830.31830.5683
Hunter Lab56.8931-42.677733.0988
CIE-Lab63.6461-55.475559.3383

#44b01d color RGB value is (68,176,29).

#44b01d hex color red value is 68, green value is 176 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #44b01d hue: 0.29 , saturation: 0.72 and the lightness value of 44b01d is 0.40.

The process color (four color CMYK) of #44b01d color hex is 0.61, 0.00, 0.84, 0.31. Web safe color of #44b01d is #339933. Color #44b01d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 10110000 00011101
Octal 104 260 35
Decimal 68 176 29
Hex 44 B0 1D

RGB Percentages of Color #44b01d

%24.91
%64.47
%10.62

CMYK Percentages of Color #44b01d

%61
%0
%84
%31

Triadic Colors of #44b01d

#44b01d #1d44b0 #b01d44

Analogous Colors of #44b01d

#44b01d #1db03f #8eb01d

Monochromatic Colors of #44b01d

#44b01d

Complementary Color

#44b01d #891db0

#44b01d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#44b01d Color Preview on White Background

Lorem ipsum dolor sit amet.

#44b01d Color CSS Codes

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

#44b01d Text Font Color

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

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


#44b01d Background Color

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

This div background color is #44b01d


#44b01d Border Color

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

This div border color is #44b01d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #44b01d


Comments

No comments written yet.

Please login to write comment.