Color Hex Logo

#4bae78 Color Hex

#4BAE78
(75,174,120)
0 Favorites   0 Comments

Color spaces of #4bae78

RGB 75174120
HSL0.410.400.49
HSV147°57°68°
CMYK 0.570.000.31   0.32
XYZ21.427933.124023.0335
Yxy33.12400.27620.4269
Hunter Lab57.5535-34.260716.5589
CIE-Lab64.2612-41.642819.2124

#4bae78 color RGB value is (75,174,120).

#4bae78 hex color red value is 75, green value is 174 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #4bae78 hue: 0.41 , saturation: 0.40 and the lightness value of 4bae78 is 0.49.

The process color (four color CMYK) of #4bae78 color hex is 0.57, 0.00, 0.31, 0.32. Web safe color of #4bae78 is #339966. Color #4bae78 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 10101110 01111000
Octal 113 256 170
Decimal 75 174 120
Hex 4B AE 78

RGB Percentages of Color #4bae78

%20.33
%47.15
%32.52

CMYK Percentages of Color #4bae78

%57
%0
%31
%32

Triadic Colors of #4bae78

#4bae78 #784bae #ae784b

Analogous Colors of #4bae78

#4bae78 #4baeaa #50ae4b

Monochromatic Colors of #4bae78

#4bae78

Complementary Color

#4bae78 #ae4b81

#4bae78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bae78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bae78 Color CSS Codes

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

#4bae78 Text Font Color

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

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


#4bae78 Background Color

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

This div background color is #4bae78


#4bae78 Border Color

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

This div border color is #4bae78


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(75,174,120, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4bae78; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4bae78;
  -webkit-box-shadow: 1px 1px 3px 2px #4bae78;
  box-shadow:         1px 1px 3px 2px #4bae78; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(75,174,120, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bae78


Comments

No comments written yet.

Please login to write comment.