Color Hex Logo

#4aeabf Color Hex

#4AEABF
(74,234,191)
0 Favorites   0 Comments

Color spaces of #4aeabf

RGB 74234191
HSL0.460.790.60
HSV164°68°92°
CMYK 0.680.000.18   0.08
XYZ41.650864.063159.4604
Yxy64.06310.25220.3879
Hunter Lab80.0394-47.181411.9817
CIE-Lab83.9986-51.24898.9359

#4aeabf color RGB value is (74,234,191).

#4aeabf hex color red value is 74, green value is 234 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #4aeabf hue: 0.46 , saturation: 0.79 and the lightness value of 4aeabf is 0.60.

The process color (four color CMYK) of #4aeabf color hex is 0.68, 0.00, 0.18, 0.08. Web safe color of #4aeabf is #33ffcc. Color #4aeabf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 11101010 10111111
Octal 112 352 277
Decimal 74 234 191
Hex 4A EA BF

RGB Percentages of Color #4aeabf

%14.83
%46.89
%38.28

CMYK Percentages of Color #4aeabf

%68
%0
%18
%8

Triadic Colors of #4aeabf

#4aeabf #bf4aea #eabf4a

Analogous Colors of #4aeabf

#4aeabf #4ac5ea #4aea6f

Monochromatic Colors of #4aeabf

#4aeabf

Complementary Color

#4aeabf #ea4a75

#4aeabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aeabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aeabf Color CSS Codes

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

#4aeabf Text Font Color

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

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


#4aeabf Background Color

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

This div background color is #4aeabf


#4aeabf Border Color

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

This div border color is #4aeabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aeabf


Comments

No comments written yet.

Please login to write comment.