Color Hex Logo

#4aeebe Color Hex

#4AEEBE
(74,238,190)
0 Favorites   0 Comments

Color spaces of #4aeebe

RGB 74238190
HSL0.450.830.61
HSV162°69°93°
CMYK 0.690.000.20   0.07
XYZ42.692866.322659.2666
Yxy66.32260.25370.3941
Hunter Lab81.4387-48.942213.8591
CIE-Lab85.1607-53.116911.1173

#4aeebe color RGB value is (74,238,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11101110 10111110
Octal 112 356 276
Decimal 74 238 190
Hex 4A EE BE

RGB Percentages of Color #4aeebe

%14.74
%47.41
%37.85

CMYK Percentages of Color #4aeebe

%69
%0
%20
%7

Triadic Colors of #4aeebe

#4aeebe #be4aee #eebe4a

Analogous Colors of #4aeebe

#4aeebe #4accee #4aee6c

Monochromatic Colors of #4aeebe

#4aeebe

Complementary Color

#4aeebe #ee4a7a

#4aeebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aeebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aeebe Color CSS Codes

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

#4aeebe Text Font Color

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

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


#4aeebe Background Color

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

This div background color is #4aeebe


#4aeebe Border Color

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

This div border color is #4aeebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aeebe


Comments

No comments written yet.

Please login to write comment.