Color Hex Logo

#4cb18c Color Hex

#4CB18C
(76,177,140)
0 Favorites   0 Comments

Color spaces of #4cb18c

RGB 76177140
HSL0.440.400.50
HSV158°57°69°
CMYK 0.570.000.21   0.31
XYZ23.436334.874230.3071
Yxy34.87420.26450.3935
Hunter Lab59.0544-32.505710.9100
CIE-Lab65.6506-38.406610.1925

#4cb18c color RGB value is (76,177,140).

#4cb18c hex color red value is 76, green value is 177 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #4cb18c hue: 0.44 , saturation: 0.40 and the lightness value of 4cb18c is 0.50.

The process color (four color CMYK) of #4cb18c color hex is 0.57, 0.00, 0.21, 0.31. Web safe color of #4cb18c is #339999. Color #4cb18c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 10110001 10001100
Octal 114 261 214
Decimal 76 177 140
Hex 4C B1 8C

RGB Percentages of Color #4cb18c

%19.34
%45.04
%35.62

CMYK Percentages of Color #4cb18c

%57
%0
%21
%31

Triadic Colors of #4cb18c

#4cb18c #8c4cb1 #b18c4c

Analogous Colors of #4cb18c

#4cb18c #4ca4b1 #4cb15a

Monochromatic Colors of #4cb18c

#4cb18c

Complementary Color

#4cb18c #b14c71

#4cb18c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cb18c Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cb18c Color CSS Codes

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

#4cb18c Text Font Color

<p style="color:#4cb18c">Text here</p>

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


#4cb18c Background Color

<div style="background-color:#4cb18c">
Div content here</div>

This div background color is #4cb18c


#4cb18c Border Color

<div style="border:3px solid #4cb18c">
Div here</div>

This div border color is #4cb18c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(76,177,140, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4cb18c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4cb18c;
  -webkit-box-shadow: 1px 1px 3px 2px #4cb18c;
  box-shadow:         1px 1px 3px 2px #4cb18c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(76,177,140, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cb18c


Comments

No comments written yet.

Please login to write comment.