Color Hex Logo

#4efbaa Color Hex

#4EFBAA
(78,251,170)
0 Favorites   0 Comments

Color spaces of #4efbaa

RGB 78251170
HSL0.420.960.65
HSV152°69°98°
CMYK 0.690.000.32   0.02
XYZ44.894873.516349.8541
Yxy73.51630.26680.4369
Hunter Lab85.7416-56.584325.5452
CIE-Lab88.6934-61.870626.3558

#4efbaa color RGB value is (78,251,170).

#4efbaa hex color red value is 78, green value is 251 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #4efbaa hue: 0.42 , saturation: 0.96 and the lightness value of 4efbaa is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11111011 10101010
Octal 116 373 252
Decimal 78 251 170
Hex 4E FB AA

RGB Percentages of Color #4efbaa

%15.63
%50.30
%34.07

CMYK Percentages of Color #4efbaa

%69
%0
%32
%2

Triadic Colors of #4efbaa

#4efbaa #aa4efb #fbaa4e

Analogous Colors of #4efbaa

#4efbaa #4ef6fb #4efb54

Monochromatic Colors of #4efbaa

#4efbaa

Complementary Color

#4efbaa #fb4e9f

#4efbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4efbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4efbaa Color CSS Codes

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

#4efbaa Text Font Color

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

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


#4efbaa Background Color

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

This div background color is #4efbaa


#4efbaa Border Color

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

This div border color is #4efbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4efbaa


Comments

No comments written yet.

Please login to write comment.