Color Hex Logo

#4edfab Color Hex

#4EDFAB
(78,223,171)
0 Favorites   0 Comments

Color spaces of #4edfab

RGB 78223171
HSL0.440.690.59
HSV158°65°87°
CMYK 0.650.000.23   0.13
XYZ36.880257.335347.6511
Yxy57.33530.26000.4041
Hunter Lab75.7201-45.570015.6925
CIE-Lab80.3678-50.690414.3063

#4edfab color RGB value is (78,223,171).

#4edfab hex color red value is 78, green value is 223 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #4edfab hue: 0.44 , saturation: 0.69 and the lightness value of 4edfab is 0.59.

The process color (four color CMYK) of #4edfab color hex is 0.65, 0.00, 0.23, 0.13. Web safe color of #4edfab is #66cc99. Color #4edfab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 11011111 10101011
Octal 116 337 253
Decimal 78 223 171
Hex 4E DF AB

RGB Percentages of Color #4edfab

%16.53
%47.25
%36.23

CMYK Percentages of Color #4edfab

%65
%0
%23
%13

Triadic Colors of #4edfab

#4edfab #ab4edf #dfab4e

Analogous Colors of #4edfab

#4edfab #4ecbdf #4edf63

Monochromatic Colors of #4edfab

#4edfab

Complementary Color

#4edfab #df4e82

#4edfab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4edfab Color Preview on White Background

Lorem ipsum dolor sit amet.

#4edfab Color CSS Codes

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

#4edfab Text Font Color

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

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


#4edfab Background Color

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

This div background color is #4edfab


#4edfab Border Color

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

This div border color is #4edfab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4edfab


Comments

No comments written yet.

Please login to write comment.