Color Hex Logo

#4efaad Color Hex

#4EFAAD
(78,250,173)
0 Favorites   0 Comments

Color spaces of #4efaad

RGB 78250173
HSL0.430.950.64
HSV153°69°98°
CMYK 0.690.000.31   0.02
XYZ44.870373.008051.2622
Yxy73.00800.26530.4316
Hunter Lab85.4447-55.791124.2405
CIE-Lab88.4515-60.899024.5010

#4efaad color RGB value is (78,250,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11111010 10101101
Octal 116 372 255
Decimal 78 250 173
Hex 4E FA AD

RGB Percentages of Color #4efaad

%15.57
%49.90
%34.53

CMYK Percentages of Color #4efaad

%69
%0
%31
%2

Triadic Colors of #4efaad

#4efaad #ad4efa #faad4e

Analogous Colors of #4efaad

#4efaad #4ef1fa #4efa57

Monochromatic Colors of #4efaad

#4efaad

Complementary Color

#4efaad #fa4e9b

#4efaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4efaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#4efaad Color CSS Codes

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

#4efaad Text Font Color

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

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


#4efaad Background Color

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

This div background color is #4efaad


#4efaad Border Color

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

This div border color is #4efaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4efaad


Comments

No comments written yet.

Please login to write comment.