Color Hex Logo

#4edcb3 Color Hex

#4EDCB3
(78,220,179)
0 Favorites   0 Comments

Color spaces of #4edcb3

RGB 78220179
HSL0.450.670.58
HSV163°65°86°
CMYK 0.650.000.19   0.14
XYZ36.871856.060851.5253
Yxy56.06080.25520.3881
Hunter Lab74.8738-43.126211.6105
CIE-Lab79.6484-47.61729.0575

#4edcb3 color RGB value is (78,220,179).

#4edcb3 hex color red value is 78, green value is 220 and the blue value of its RGB is 179. Cylindrical-coordinate representations (also known as HSL) of color #4edcb3 hue: 0.45 , saturation: 0.67 and the lightness value of 4edcb3 is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11011100 10110011
Octal 116 334 263
Decimal 78 220 179
Hex 4E DC B3

RGB Percentages of Color #4edcb3

%16.35
%46.12
%37.53

CMYK Percentages of Color #4edcb3

%65
%0
%19
%14

Triadic Colors of #4edcb3

#4edcb3 #b34edc #dcb34e

Analogous Colors of #4edcb3

#4edcb3 #4ebedc #4edc6c

Monochromatic Colors of #4edcb3

#4edcb3

Complementary Color

#4edcb3 #dc4e77

#4edcb3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4edcb3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4edcb3 Color CSS Codes

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

#4edcb3 Text Font Color

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

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


#4edcb3 Background Color

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

This div background color is #4edcb3


#4edcb3 Border Color

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

This div border color is #4edcb3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4edcb3


Comments

No comments written yet.

Please login to write comment.