Color Hex Logo

#4acb83 Color Hex

#4ACB83
(74,203,131)
0 Favorites   0 Comments

Color spaces of #4acb83

RGB 74203131
HSL0.410.550.54
HSV147°64°80°
CMYK 0.640.000.35   0.20
XYZ28.276745.806428.8239
Yxy45.80640.27480.4451
Hunter Lab67.6804-43.863922.1257
CIE-Lab73.4197-51.644925.7535

#4acb83 color RGB value is (74,203,131).

#4acb83 hex color red value is 74, green value is 203 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #4acb83 hue: 0.41 , saturation: 0.55 and the lightness value of 4acb83 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11001011 10000011
Octal 112 313 203
Decimal 74 203 131
Hex 4A CB 83

RGB Percentages of Color #4acb83

%18.14
%49.75
%32.11

CMYK Percentages of Color #4acb83

%64
%0
%35
%20

Triadic Colors of #4acb83

#4acb83 #834acb #cb834a

Analogous Colors of #4acb83

#4acb83 #4acbc4 #52cb4a

Monochromatic Colors of #4acb83

#4acb83

Complementary Color

#4acb83 #cb4a92

#4acb83 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4acb83 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4acb83 Color CSS Codes

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

#4acb83 Text Font Color

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

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


#4acb83 Background Color

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

This div background color is #4acb83


#4acb83 Border Color

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

This div border color is #4acb83


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(74,203,131, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4acb83


Comments

No comments written yet.

Please login to write comment.