Color Hex Logo

#4cb18f Color Hex

#4CB18F
(76,177,143)
0 Favorites   0 Comments

Color spaces of #4cb18f

RGB 76177143
HSL0.440.400.50
HSV160°57°69°
CMYK 0.570.000.19   0.31
XYZ23.660634.964031.4883
Yxy34.96400.26260.3880
Hunter Lab59.1304-32.05269.8179
CIE-Lab65.7206-37.71148.6383

#4cb18f color RGB value is (76,177,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 10110001 10001111
Octal 114 261 217
Decimal 76 177 143
Hex 4C B1 8F

RGB Percentages of Color #4cb18f

%19.19
%44.70
%36.11

CMYK Percentages of Color #4cb18f

%57
%0
%19
%31

Triadic Colors of #4cb18f

#4cb18f #8f4cb1 #b18f4c

Analogous Colors of #4cb18f

#4cb18f #4ca1b1 #4cb15d

Monochromatic Colors of #4cb18f

#4cb18f

Complementary Color

#4cb18f #b14c6e

#4cb18f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cb18f Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cb18f Color CSS Codes

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

#4cb18f Text Font Color

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

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


#4cb18f Background Color

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

This div background color is #4cb18f


#4cb18f Border Color

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

This div border color is #4cb18f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cb18f


Comments

No comments written yet.

Please login to write comment.