Color Hex Logo

#4eeabb Color Hex

#4EEABB
(78,234,187)
0 Favorites   0 Comments

Color spaces of #4eeabb

RGB 78234187
HSL0.450.790.61
HSV162°67°92°
CMYK 0.670.000.20   0.08
XYZ41.534364.053257.1881
Yxy64.05320.25520.3935
Hunter Lab80.0332-47.423313.6573
CIE-Lab83.9935-51.581111.0366

#4eeabb color RGB value is (78,234,187).

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

The process color (four color CMYK) of #4eeabb color hex is 0.67, 0.00, 0.20, 0.08. Web safe color of #4eeabb is #66ffcc. Color #4eeabb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 11101010 10111011
Octal 116 352 273
Decimal 78 234 187
Hex 4E EA BB

RGB Percentages of Color #4eeabb

%15.63
%46.89
%37.47

CMYK Percentages of Color #4eeabb

%67
%0
%20
%8

Triadic Colors of #4eeabb

#4eeabb #bb4eea #eabb4e

Analogous Colors of #4eeabb

#4eeabb #4ecbea #4eea6d

Monochromatic Colors of #4eeabb

#4eeabb

Complementary Color

#4eeabb #ea4e7d

#4eeabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eeabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eeabb Color CSS Codes

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

#4eeabb Text Font Color

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

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


#4eeabb Background Color

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

This div background color is #4eeabb


#4eeabb Border Color

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

This div border color is #4eeabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eeabb


Comments

No comments written yet.

Please login to write comment.