Color Hex Logo

#4aeebf Color Hex

#4AEEBF
(74,238,191)
0 Favorites   0 Comments

Color spaces of #4aeebf

RGB 74238191
HSL0.450.830.61
HSV163°69°93°
CMYK 0.690.000.20   0.07
XYZ42.802566.366559.8443
Yxy66.36650.25320.3927
Hunter Lab81.4656-48.780013.4718
CIE-Lab85.1830-52.885410.6269

#4aeebf color RGB value is (74,238,191).

#4aeebf hex color red value is 74, green value is 238 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #4aeebf hue: 0.45 , saturation: 0.83 and the lightness value of 4aeebf is 0.61.

The process color (four color CMYK) of #4aeebf color hex is 0.69, 0.00, 0.20, 0.07. Web safe color of #4aeebf is #33ffcc. Color #4aeebf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 11101110 10111111
Octal 112 356 277
Decimal 74 238 191
Hex 4A EE BF

RGB Percentages of Color #4aeebf

%14.71
%47.32
%37.97

CMYK Percentages of Color #4aeebf

%69
%0
%20
%7

Triadic Colors of #4aeebf

#4aeebf #bf4aee #eebf4a

Analogous Colors of #4aeebf

#4aeebf #4acbee #4aee6d

Monochromatic Colors of #4aeebf

#4aeebf

Complementary Color

#4aeebf #ee4a79

#4aeebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aeebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aeebf Color CSS Codes

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

#4aeebf Text Font Color

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

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


#4aeebf Background Color

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

This div background color is #4aeebf


#4aeebf Border Color

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

This div border color is #4aeebf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(74,238,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 #4aeebf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aeebf


Comments

No comments written yet.

Please login to write comment.