Color Hex Logo

#4cecbf Color Hex

#4CECBF
(76,236,191)
0 Favorites   0 Comments

Color spaces of #4cecbf

RGB 76236191
HSL0.450.810.61
HSV163°68°93°
CMYK 0.680.000.19   0.07
XYZ42.379965.289059.6586
Yxy65.28900.25330.3902
Hunter Lab80.8016-47.780812.7853
CIE-Lab84.6324-51.77779.8473

#4cecbf color RGB value is (76,236,191).

#4cecbf hex color red value is 76, green value is 236 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #4cecbf hue: 0.45 , saturation: 0.81 and the lightness value of 4cecbf is 0.61.

The process color (four color CMYK) of #4cecbf color hex is 0.68, 0.00, 0.19, 0.07. Web safe color of #4cecbf is #33ffcc. Color #4cecbf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 11101100 10111111
Octal 114 354 277
Decimal 76 236 191
Hex 4C EC BF

RGB Percentages of Color #4cecbf

%15.11
%46.92
%37.97

CMYK Percentages of Color #4cecbf

%68
%0
%19
%7

Triadic Colors of #4cecbf

#4cecbf #bf4cec #ecbf4c

Analogous Colors of #4cecbf

#4cecbf #4cc9ec #4cec6f

Monochromatic Colors of #4cecbf

#4cecbf

Complementary Color

#4cecbf #ec4c79

#4cecbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cecbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cecbf Color CSS Codes

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

#4cecbf Text Font Color

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

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


#4cecbf Background Color

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

This div background color is #4cecbf


#4cecbf Border Color

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

This div border color is #4cecbf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(76,236,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4cecbf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4cecbf;
  -webkit-box-shadow: 1px 1px 3px 2px #4cecbf;
  box-shadow:         1px 1px 3px 2px #4cecbf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(76,236,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cecbf


Comments

No comments written yet.

Please login to write comment.