Color Hex Logo

#44cf7c Color Hex

#44CF7C
(68,207,124)
0 Favorites   0 Comments

Color spaces of #44cf7c

RGB 68207124
HSL0.400.590.54
HSV144°67°81°
CMYK 0.670.000.40   0.19
XYZ28.334847.309826.7071
Yxy47.30980.27680.4622
Hunter Lab68.7821-46.835625.1260
CIE-Lab74.3875-55.587930.6459

#44cf7c color RGB value is (68,207,124).

#44cf7c hex color red value is 68, green value is 207 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #44cf7c hue: 0.40 , saturation: 0.59 and the lightness value of 44cf7c is 0.54.

The process color (four color CMYK) of #44cf7c color hex is 0.67, 0.00, 0.40, 0.19. Web safe color of #44cf7c is #33cc66. Color #44cf7c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 11001111 01111100
Octal 104 317 174
Decimal 68 207 124
Hex 44 CF 7C

RGB Percentages of Color #44cf7c

%17.04
%51.88
%31.08

CMYK Percentages of Color #44cf7c

%67
%0
%40
%19

Triadic Colors of #44cf7c

#44cf7c #7c44cf #cf7c44

Analogous Colors of #44cf7c

#44cf7c #44cfc2 #52cf44

Monochromatic Colors of #44cf7c

#44cf7c

Complementary Color

#44cf7c #cf4497

#44cf7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#44cf7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#44cf7c Color CSS Codes

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

#44cf7c Text Font Color

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

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


#44cf7c Background Color

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

This div background color is #44cf7c


#44cf7c Border Color

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

This div border color is #44cf7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #44cf7c


Comments

No comments written yet.

Please login to write comment.