Color Hex Logo

#4efabd Color Hex

#4EFABD
(78,250,189)
0 Favorites   0 Comments

Color spaces of #4efabd

RGB 78250189
HSL0.440.950.64
HSV159°69°98°
CMYK 0.690.000.24   0.02
XYZ46.512873.665059.9114
Yxy73.66500.25830.4090
Hunter Lab85.8283-53.465318.6932
CIE-Lab88.7639-57.551816.7397

#4efabd color RGB value is (78,250,189).

#4efabd hex color red value is 78, green value is 250 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #4efabd hue: 0.44 , saturation: 0.95 and the lightness value of 4efabd is 0.64.

The process color (four color CMYK) of #4efabd color hex is 0.69, 0.00, 0.24, 0.02. Web safe color of #4efabd is #66ffcc. Color #4efabd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 11111010 10111101
Octal 116 372 275
Decimal 78 250 189
Hex 4E FA BD

RGB Percentages of Color #4efabd

%15.09
%48.36
%36.56

CMYK Percentages of Color #4efabd

%69
%0
%24
%2

Triadic Colors of #4efabd

#4efabd #bd4efa #fabd4e

Analogous Colors of #4efabd

#4efabd #4ee1fa #4efa67

Monochromatic Colors of #4efabd

#4efabd

Complementary Color

#4efabd #fa4e8b

#4efabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4efabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4efabd Color CSS Codes

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

#4efabd Text Font Color

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

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


#4efabd Background Color

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

This div background color is #4efabd


#4efabd Border Color

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

This div border color is #4efabd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(78,250,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4efabd


Comments

No comments written yet.

Please login to write comment.