Color Hex Logo

#4cfecb Color Hex

#4CFECB
(76,254,203)
0 Favorites   0 Comments

Color spaces of #4cfecb

RGB 76254203
HSL0.450.990.65
HSV163°70°100°
CMYK 0.700.000.20   0.00
XYZ49.201876.731968.7175
Yxy76.73190.25280.3942
Hunter Lab87.5967-53.033514.8062
CIE-Lab90.1981-56.282411.5468

#4cfecb color RGB value is (76,254,203).

#4cfecb hex color red value is 76, green value is 254 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #4cfecb hue: 0.45 , saturation: 0.99 and the lightness value of 4cfecb is 0.65.

The process color (four color CMYK) of #4cfecb color hex is 0.70, 0.00, 0.20, 0.00. Web safe color of #4cfecb is #33ffcc. Color #4cfecb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 11111110 11001011
Octal 114 376 313
Decimal 76 254 203
Hex 4C FE CB

RGB Percentages of Color #4cfecb

%14.26
%47.65
%38.09

CMYK Percentages of Color #4cfecb

%70
%0
%20
%0

Triadic Colors of #4cfecb

#4cfecb #cb4cfe #fecb4c

Analogous Colors of #4cfecb

#4cfecb #4cd8fe #4cfe72

Monochromatic Colors of #4cfecb

#4cfecb

Complementary Color

#4cfecb #fe4c7f

#4cfecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cfecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cfecb Color CSS Codes

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

#4cfecb Text Font Color

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

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


#4cfecb Background Color

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

This div background color is #4cfecb


#4cfecb Border Color

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

This div border color is #4cfecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cfecb


Comments

No comments written yet.

Please login to write comment.