Color Hex Logo

#4cc990 Color Hex

#4CC990
(76,201,144)
0 Favorites   0 Comments

Color spaces of #4cc990

RGB 76201144
HSL0.420.540.54
HSV153°62°79°
CMYK 0.620.000.28   0.21
XYZ28.901245.323433.6106
Yxy45.32340.26800.4203
Hunter Lab67.3227-41.185717.5255
CIE-Lab73.1043-47.846018.4618

#4cc990 color RGB value is (76,201,144).

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

The process color (four color CMYK) of #4cc990 color hex is 0.62, 0.00, 0.28, 0.21. Web safe color of #4cc990 is #33cc99. Color #4cc990 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 11001001 10010000
Octal 114 311 220
Decimal 76 201 144
Hex 4C C9 90

RGB Percentages of Color #4cc990

%18.05
%47.74
%34.20

CMYK Percentages of Color #4cc990

%62
%0
%28
%21

Triadic Colors of #4cc990

#4cc990 #904cc9 #c9904c

Analogous Colors of #4cc990

#4cc990 #4cc4c9 #4cc952

Monochromatic Colors of #4cc990

#4cc990

Complementary Color

#4cc990 #c94c85

#4cc990 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cc990 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cc990 Color CSS Codes

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

#4cc990 Text Font Color

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

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


#4cc990 Background Color

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

This div background color is #4cc990


#4cc990 Border Color

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

This div border color is #4cc990


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cc990


Comments

No comments written yet.

Please login to write comment.