Color Hex Logo

#4aeebb Color Hex

#4AEEBB
(74,238,187)
0 Favorites   0 Comments

Color spaces of #4aeebb

RGB 74238187
HSL0.450.830.61
HSV161°69°93°
CMYK 0.690.000.21   0.07
XYZ42.368266.192857.5572
Yxy66.19280.25500.3985
Hunter Lab81.3590-49.423215.0067
CIE-Lab85.0947-53.805212.5888

#4aeebb color RGB value is (74,238,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11101110 10111011
Octal 112 356 273
Decimal 74 238 187
Hex 4A EE BB

RGB Percentages of Color #4aeebb

%14.83
%47.70
%37.47

CMYK Percentages of Color #4aeebb

%69
%0
%21
%7

Triadic Colors of #4aeebb

#4aeebb #bb4aee #eebb4a

Analogous Colors of #4aeebb

#4aeebb #4acfee #4aee69

Monochromatic Colors of #4aeebb

#4aeebb

Complementary Color

#4aeebb #ee4a7d

#4aeebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aeebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aeebb Color CSS Codes

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

#4aeebb Text Font Color

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

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


#4aeebb Background Color

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

This div background color is #4aeebb


#4aeebb Border Color

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

This div border color is #4aeebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aeebb


Comments

No comments written yet.

Please login to write comment.