Color Hex Logo

#4edfbe Color Hex

#4EDFBE
(78,223,190)
0 Favorites   0 Comments

Color spaces of #4edfbe

RGB 78223190
HSL0.460.690.59
HSV166°65°87°
CMYK 0.650.000.15   0.13
XYZ38.823858.112857.8859
Yxy58.11280.25080.3754
Hunter Lab76.2318-42.49798.3409
CIE-Lab80.8015-46.26254.8795

#4edfbe color RGB value is (78,223,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11011111 10111110
Octal 116 337 276
Decimal 78 223 190
Hex 4E DF BE

RGB Percentages of Color #4edfbe

%15.89
%45.42
%38.70

CMYK Percentages of Color #4edfbe

%65
%0
%15
%13

Triadic Colors of #4edfbe

#4edfbe #be4edf #dfbe4e

Analogous Colors of #4edfbe

#4edfbe #4eb8df #4edf76

Monochromatic Colors of #4edfbe

#4edfbe

Complementary Color

#4edfbe #df4e6f

#4edfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4edfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4edfbe Color CSS Codes

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

#4edfbe Text Font Color

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

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


#4edfbe Background Color

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

This div background color is #4edfbe


#4edfbe Border Color

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

This div border color is #4edfbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4edfbe


Comments

No comments written yet.

Please login to write comment.