Color Hex Logo

#4cefc5 Color Hex

#4CEFC5
(76,239,197)
0 Favorites   0 Comments

Color spaces of #4cefc5

RGB 76239197
HSL0.460.840.62
HSV165°68°94°
CMYK 0.680.000.18   0.06
XYZ43.925067.300763.4986
Yxy67.30070.25140.3852
Hunter Lab82.0370-47.990711.5340
CIE-Lab85.6556-51.60098.1728

#4cefc5 color RGB value is (76,239,197).

#4cefc5 hex color red value is 76, green value is 239 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #4cefc5 hue: 0.46 , saturation: 0.84 and the lightness value of 4cefc5 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11101111 11000101
Octal 114 357 305
Decimal 76 239 197
Hex 4C EF C5

RGB Percentages of Color #4cefc5

%14.84
%46.68
%38.48

CMYK Percentages of Color #4cefc5

%68
%0
%18
%6

Triadic Colors of #4cefc5

#4cefc5 #c54cef #efc54c

Analogous Colors of #4cefc5

#4cefc5 #4cc8ef #4cef74

Monochromatic Colors of #4cefc5

#4cefc5

Complementary Color

#4cefc5 #ef4c76

#4cefc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cefc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cefc5 Color CSS Codes

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

#4cefc5 Text Font Color

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

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


#4cefc5 Background Color

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

This div background color is #4cefc5


#4cefc5 Border Color

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

This div border color is #4cefc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cefc5


Comments

No comments written yet.

Please login to write comment.