Color Hex Logo

#4cb07b Color Hex

#4CB07B
(76,176,123)
0 Favorites   0 Comments

Color spaces of #4cb07b

RGB 76176123
HSL0.410.400.49
HSV148°57°69°
CMYK 0.570.000.30   0.31
XYZ22.081034.017224.1411
Yxy34.01720.27520.4239
Hunter Lab58.3243-34.489116.2862
CIE-Lab64.9762-41.664018.5649

#4cb07b color RGB value is (76,176,123).

#4cb07b hex color red value is 76, green value is 176 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #4cb07b hue: 0.41 , saturation: 0.40 and the lightness value of 4cb07b is 0.49.

The process color (four color CMYK) of #4cb07b color hex is 0.57, 0.00, 0.30, 0.31. Web safe color of #4cb07b is #339966. Color #4cb07b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 10110000 01111011
Octal 114 260 173
Decimal 76 176 123
Hex 4C B0 7B

RGB Percentages of Color #4cb07b

%20.27
%46.93
%32.80

CMYK Percentages of Color #4cb07b

%57
%0
%30
%31

Triadic Colors of #4cb07b

#4cb07b #7b4cb0 #b07b4c

Analogous Colors of #4cb07b

#4cb07b #4cb0ad #4fb04c

Monochromatic Colors of #4cb07b

#4cb07b

Complementary Color

#4cb07b #b04c81

#4cb07b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cb07b Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cb07b Color CSS Codes

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

#4cb07b Text Font Color

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

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


#4cb07b Background Color

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

This div background color is #4cb07b


#4cb07b Border Color

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

This div border color is #4cb07b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cb07b


Comments

No comments written yet.

Please login to write comment.