Color Hex Logo

#4ed7b2 Color Hex

#4ED7B2
(78,215,178)
0 Favorites   0 Comments

Color spaces of #4ed7b2

RGB 78215178
HSL0.450.630.57
HSV164°64°84°
CMYK 0.640.000.17   0.16
XYZ35.478253.434950.5636
Yxy53.43490.25440.3831
Hunter Lab73.0992-41.289810.1578
CIE-Lab78.1311-45.73037.4171

#4ed7b2 color RGB value is (78,215,178).

#4ed7b2 hex color red value is 78, green value is 215 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #4ed7b2 hue: 0.45 , saturation: 0.63 and the lightness value of 4ed7b2 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11010111 10110010
Octal 116 327 262
Decimal 78 215 178
Hex 4E D7 B2

RGB Percentages of Color #4ed7b2

%16.56
%45.65
%37.79

CMYK Percentages of Color #4ed7b2

%64
%0
%17
%16

Triadic Colors of #4ed7b2

#4ed7b2 #b24ed7 #d7b24e

Analogous Colors of #4ed7b2

#4ed7b2 #4eb8d7 #4ed76e

Monochromatic Colors of #4ed7b2

#4ed7b2

Complementary Color

#4ed7b2 #d74e73

#4ed7b2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ed7b2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ed7b2 Color CSS Codes

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

#4ed7b2 Text Font Color

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

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


#4ed7b2 Background Color

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

This div background color is #4ed7b2


#4ed7b2 Border Color

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

This div border color is #4ed7b2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ed7b2


Comments

No comments written yet.

Please login to write comment.