Color Hex Logo

#4aeba0 Color Hex

#4AEBA0
(74,235,160)
0 Favorites   0 Comments

Color spaces of #4aeba0

RGB 74235160
HSL0.420.800.61
HSV152°69°92°
CMYK 0.690.000.32   0.08
XYZ38.877563.410643.4481
Yxy63.41060.26680.4351
Hunter Lab79.6308-52.206223.3918
CIE-Lab83.6579-58.404024.5814

#4aeba0 color RGB value is (74,235,160).

#4aeba0 hex color red value is 74, green value is 235 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #4aeba0 hue: 0.42 , saturation: 0.80 and the lightness value of 4aeba0 is 0.61.

The process color (four color CMYK) of #4aeba0 color hex is 0.69, 0.00, 0.32, 0.08. Web safe color of #4aeba0 is #33ff99. Color #4aeba0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 11101011 10100000
Octal 112 353 240
Decimal 74 235 160
Hex 4A EB A0

RGB Percentages of Color #4aeba0

%15.78
%50.11
%34.12

CMYK Percentages of Color #4aeba0

%69
%0
%32
%8

Triadic Colors of #4aeba0

#4aeba0 #a04aeb #eba04a

Analogous Colors of #4aeba0

#4aeba0 #4ae6eb #4aeb50

Monochromatic Colors of #4aeba0

#4aeba0

Complementary Color

#4aeba0 #eb4a95

#4aeba0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aeba0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aeba0 Color CSS Codes

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

#4aeba0 Text Font Color

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

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


#4aeba0 Background Color

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

This div background color is #4aeba0


#4aeba0 Border Color

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

This div border color is #4aeba0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aeba0


Comments

No comments written yet.

Please login to write comment.