Color Hex Logo

#4ed6b5 Color Hex

#4ED6B5
(78,214,181)
0 Favorites   0 Comments

Color spaces of #4ed6b5

RGB 78214181
HSL0.460.620.57
HSV165°64°84°
CMYK 0.640.000.15   0.16
XYZ35.528953.049052.0830
Yxy53.04900.25260.3771
Hunter Lab72.8347-40.38828.5870
CIE-Lab77.9039-44.57985.4894

#4ed6b5 color RGB value is (78,214,181).

#4ed6b5 hex color red value is 78, green value is 214 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #4ed6b5 hue: 0.46 , saturation: 0.62 and the lightness value of 4ed6b5 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11010110 10110101
Octal 116 326 265
Decimal 78 214 181
Hex 4E D6 B5

RGB Percentages of Color #4ed6b5

%16.49
%45.24
%38.27

CMYK Percentages of Color #4ed6b5

%64
%0
%15
%16

Triadic Colors of #4ed6b5

#4ed6b5 #b54ed6 #d6b54e

Analogous Colors of #4ed6b5

#4ed6b5 #4eb3d6 #4ed671

Monochromatic Colors of #4ed6b5

#4ed6b5

Complementary Color

#4ed6b5 #d64e6f

#4ed6b5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ed6b5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ed6b5 Color CSS Codes

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

#4ed6b5 Text Font Color

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

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


#4ed6b5 Background Color

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

This div background color is #4ed6b5


#4ed6b5 Border Color

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

This div border color is #4ed6b5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ed6b5


Comments

No comments written yet.

Please login to write comment.