Color Hex Logo

#4ad38b Color Hex

#4AD38B
(74,211,139)
0 Favorites   0 Comments

Color spaces of #4ad38b

RGB 74211139
HSL0.410.610.56
HSV148°65°83°
CMYK 0.650.000.34   0.17
XYZ30.778549.908532.4372
Yxy49.90850.27210.4412
Hunter Lab70.6459-45.862922.2291
CIE-Lab76.0131-53.256025.0684

#4ad38b color RGB value is (74,211,139).

#4ad38b hex color red value is 74, green value is 211 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #4ad38b hue: 0.41 , saturation: 0.61 and the lightness value of 4ad38b is 0.56.

The process color (four color CMYK) of #4ad38b color hex is 0.65, 0.00, 0.34, 0.17. Web safe color of #4ad38b is #33cc99. Color #4ad38b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 11010011 10001011
Octal 112 323 213
Decimal 74 211 139
Hex 4A D3 8B

RGB Percentages of Color #4ad38b

%17.45
%49.76
%32.78

CMYK Percentages of Color #4ad38b

%65
%0
%34
%17

Triadic Colors of #4ad38b

#4ad38b #8b4ad3 #d38b4a

Analogous Colors of #4ad38b

#4ad38b #4ad3d0 #4ed34a

Monochromatic Colors of #4ad38b

#4ad38b

Complementary Color

#4ad38b #d34a92

#4ad38b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ad38b Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ad38b Color CSS Codes

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

#4ad38b Text Font Color

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

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


#4ad38b Background Color

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

This div background color is #4ad38b


#4ad38b Border Color

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

This div border color is #4ad38b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ad38b


Comments

No comments written yet.

Please login to write comment.