Color Hex Logo

#4ecbaf Color Hex

#4ECBAF
(78,203,175)
0 Favorites   0 Comments

Color spaces of #4ecbaf

RGB 78203175
HSL0.460.550.55
HSV167°62°80°
CMYK 0.620.000.14   0.20
XYZ32.235747.426748.0127
Yxy47.42670.25250.3715
Hunter Lab68.8670-36.96406.8712
CIE-Lab74.4619-41.23453.7405

#4ecbaf color RGB value is (78,203,175).

#4ecbaf hex color red value is 78, green value is 203 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #4ecbaf hue: 0.46 , saturation: 0.55 and the lightness value of 4ecbaf is 0.55.

The process color (four color CMYK) of #4ecbaf color hex is 0.62, 0.00, 0.14, 0.20. Web safe color of #4ecbaf is #66cc99. Color #4ecbaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 11001011 10101111
Octal 116 313 257
Decimal 78 203 175
Hex 4E CB AF

RGB Percentages of Color #4ecbaf

%17.11
%44.52
%38.38

CMYK Percentages of Color #4ecbaf

%62
%0
%14
%20

Triadic Colors of #4ecbaf

#4ecbaf #af4ecb #cbaf4e

Analogous Colors of #4ecbaf

#4ecbaf #4ea9cb #4ecb71

Monochromatic Colors of #4ecbaf

#4ecbaf

Complementary Color

#4ecbaf #cb4e6a

#4ecbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ecbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ecbaf Color CSS Codes

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

#4ecbaf Text Font Color

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

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


#4ecbaf Background Color

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

This div background color is #4ecbaf


#4ecbaf Border Color

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

This div border color is #4ecbaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ecbaf


Comments

No comments written yet.

Please login to write comment.