Color Hex Logo

#4edfbf Color Hex

#4EDFBF
(78,223,191)
0 Favorites   0 Comments

Color spaces of #4edfbf

RGB 78223191
HSL0.460.690.59
HSV167°65°87°
CMYK 0.650.000.14   0.13
XYZ38.933558.156658.4636
Yxy58.15660.25030.3739
Hunter Lab76.2605-42.32577.9288
CIE-Lab80.8258-46.01824.3842

#4edfbf color RGB value is (78,223,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11011111 10111111
Octal 116 337 277
Decimal 78 223 191
Hex 4E DF BF

RGB Percentages of Color #4edfbf

%15.85
%45.33
%38.82

CMYK Percentages of Color #4edfbf

%65
%0
%14
%13

Triadic Colors of #4edfbf

#4edfbf #bf4edf #dfbf4e

Analogous Colors of #4edfbf

#4edfbf #4eb7df #4edf77

Monochromatic Colors of #4edfbf

#4edfbf

Complementary Color

#4edfbf #df4e6e

#4edfbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4edfbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4edfbf Color CSS Codes

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

#4edfbf Text Font Color

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

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


#4edfbf Background Color

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

This div background color is #4edfbf


#4edfbf Border Color

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

This div border color is #4edfbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4edfbf


Comments

No comments written yet.

Please login to write comment.