Color Hex Logo

#4aeebc Color Hex

#4AEEBC
(74,238,188)
0 Favorites   0 Comments

Color spaces of #4aeebc

RGB 74238188
HSL0.450.830.61
HSV162°69°93°
CMYK 0.690.000.21   0.07
XYZ42.475766.235858.1230
Yxy66.23580.25460.3970
Hunter Lab81.3854-49.263814.6266
CIE-Lab85.1166-53.576812.0984

#4aeebc color RGB value is (74,238,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11101110 10111100
Octal 112 356 274
Decimal 74 238 188
Hex 4A EE BC

RGB Percentages of Color #4aeebc

%14.80
%47.60
%37.60

CMYK Percentages of Color #4aeebc

%69
%0
%21
%7

Triadic Colors of #4aeebc

#4aeebc #bc4aee #eebc4a

Analogous Colors of #4aeebc

#4aeebc #4aceee #4aee6a

Monochromatic Colors of #4aeebc

#4aeebc

Complementary Color

#4aeebc #ee4a7c

#4aeebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aeebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aeebc Color CSS Codes

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

#4aeebc Text Font Color

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

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


#4aeebc Background Color

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

This div background color is #4aeebc


#4aeebc Border Color

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

This div border color is #4aeebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aeebc


Comments

No comments written yet.

Please login to write comment.