Color Hex Logo

#4ccb8c Color Hex

#4CCB8C
(76,203,140)
0 Favorites   0 Comments

Color spaces of #4ccb8c

RGB 76203140
HSL0.420.550.55
HSV150°63°80°
CMYK 0.630.000.31   0.20
XYZ29.070146.141832.1851
Yxy46.14180.27070.4296
Hunter Lab67.9278-42.483419.4570
CIE-Lab73.6375-49.490321.3195

#4ccb8c color RGB value is (76,203,140).

#4ccb8c hex color red value is 76, green value is 203 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #4ccb8c hue: 0.42 , saturation: 0.55 and the lightness value of 4ccb8c is 0.55.

The process color (four color CMYK) of #4ccb8c color hex is 0.63, 0.00, 0.31, 0.20. Web safe color of #4ccb8c is #33cc99. Color #4ccb8c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 11001011 10001100
Octal 114 313 214
Decimal 76 203 140
Hex 4C CB 8C

RGB Percentages of Color #4ccb8c

%18.14
%48.45
%33.41

CMYK Percentages of Color #4ccb8c

%63
%0
%31
%20

Triadic Colors of #4ccb8c

#4ccb8c #8c4ccb #cb8c4c

Analogous Colors of #4ccb8c

#4ccb8c #4ccbcb #4ccb4d

Monochromatic Colors of #4ccb8c

#4ccb8c

Complementary Color

#4ccb8c #cb4c8b

#4ccb8c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ccb8c Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ccb8c Color CSS Codes

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

#4ccb8c Text Font Color

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

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


#4ccb8c Background Color

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

This div background color is #4ccb8c


#4ccb8c Border Color

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

This div border color is #4ccb8c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(76,203,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 #4ccb8c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ccb8c


Comments

No comments written yet.

Please login to write comment.