Color Hex Logo

#4ad087 Color Hex

#4AD087
(74,208,135)
0 Favorites   0 Comments

Color spaces of #4ad087

RGB 74208135
HSL0.410.590.55
HSV147°64°82°
CMYK 0.640.000.35   0.18
XYZ29.753148.316930.6796
Yxy48.31690.27360.4443
Hunter Lab69.5104-45.238322.4886
CIE-Lab75.0244-52.850525.8213

#4ad087 color RGB value is (74,208,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11010000 10000111
Octal 112 320 207
Decimal 74 208 135
Hex 4A D0 87

RGB Percentages of Color #4ad087

%17.75
%49.88
%32.37

CMYK Percentages of Color #4ad087

%64
%0
%35
%18

Triadic Colors of #4ad087

#4ad087 #874ad0 #d0874a

Analogous Colors of #4ad087

#4ad087 #4ad0ca #50d04a

Monochromatic Colors of #4ad087

#4ad087

Complementary Color

#4ad087 #d04a93

#4ad087 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ad087 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ad087 Color CSS Codes

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

#4ad087 Text Font Color

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

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


#4ad087 Background Color

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

This div background color is #4ad087


#4ad087 Border Color

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

This div border color is #4ad087


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ad087


Comments

No comments written yet.

Please login to write comment.