Color Hex Logo

#4efad4 Color Hex

#4EFAD4
(78,250,212)
0 Favorites   0 Comments

Color spaces of #4efad4

RGB 78250212
HSL0.460.950.64
HSV167°69°98°
CMYK 0.690.000.15   0.02
XYZ49.211274.744474.1208
Yxy74.74440.24840.3774
Hunter Lab86.4548-49.69159.6870
CIE-Lab89.2731-52.27005.5686

#4efad4 color RGB value is (78,250,212).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11111010 11010100
Octal 116 372 324
Decimal 78 250 212
Hex 4E FA D4

RGB Percentages of Color #4efad4

%14.44
%46.30
%39.26

CMYK Percentages of Color #4efad4

%69
%0
%15
%2

Triadic Colors of #4efad4

#4efad4 #d44efa #fad44e

Analogous Colors of #4efad4

#4efad4 #4ecafa #4efa7e

Monochromatic Colors of #4efad4

#4efad4

Complementary Color

#4efad4 #fa4e74

#4efad4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4efad4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4efad4 Color CSS Codes

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

#4efad4 Text Font Color

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

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


#4efad4 Background Color

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

This div background color is #4efad4


#4efad4 Border Color

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

This div border color is #4efad4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4efad4

Related Colors


Comments

No comments written yet.

Please login to write comment.