Color Hex Logo

#4cfeba Color Hex

#4CFEBA
(76,254,186)
0 Favorites   0 Comments

Color spaces of #4cfeba

RGB 76254186
HSL0.440.990.65
HSV157°70°100°
CMYK 0.700.000.27   0.00
XYZ47.285275.965358.6250
Yxy75.96530.26000.4177
Hunter Lab87.1581-55.686421.1305
CIE-Lab89.8432-60.035019.7821

#4cfeba color RGB value is (76,254,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11111110 10111010
Octal 114 376 272
Decimal 76 254 186
Hex 4C FE BA

RGB Percentages of Color #4cfeba

%14.73
%49.22
%36.05

CMYK Percentages of Color #4cfeba

%70
%0
%27
%0

Triadic Colors of #4cfeba

#4cfeba #ba4cfe #feba4c

Analogous Colors of #4cfeba

#4cfeba #4ce9fe #4cfe61

Monochromatic Colors of #4cfeba

#4cfeba

Complementary Color

#4cfeba #fe4c90

#4cfeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cfeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cfeba Color CSS Codes

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

#4cfeba Text Font Color

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

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


#4cfeba Background Color

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

This div background color is #4cfeba


#4cfeba Border Color

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

This div border color is #4cfeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cfeba


Comments

No comments written yet.

Please login to write comment.