Color Hex Logo

#4cfbda Color Hex

#4CFBDA
(76,251,218)
0 Favorites   0 Comments

Color spaces of #4cfbda

RGB 76251218
HSL0.470.960.64
HSV169°70°98°
CMYK 0.700.000.13   0.02
XYZ50.132675.592878.2783
Yxy75.59280.24570.3705
Hunter Lab86.9441-49.22787.4804
CIE-Lab89.6699-51.49013.0229

#4cfbda color RGB value is (76,251,218).

#4cfbda hex color red value is 76, green value is 251 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #4cfbda hue: 0.47 , saturation: 0.96 and the lightness value of 4cfbda is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11111011 11011010
Octal 114 373 332
Decimal 76 251 218
Hex 4C FB DA

RGB Percentages of Color #4cfbda

%13.94
%46.06
%40.00

CMYK Percentages of Color #4cfbda

%70
%0
%13
%2

Triadic Colors of #4cfbda

#4cfbda #da4cfb #fbda4c

Analogous Colors of #4cfbda

#4cfbda #4cc5fb #4cfb83

Monochromatic Colors of #4cfbda

#4cfbda

Complementary Color

#4cfbda #fb4c6d

#4cfbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cfbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cfbda Color CSS Codes

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

#4cfbda Text Font Color

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

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


#4cfbda Background Color

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

This div background color is #4cfbda


#4cfbda Border Color

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

This div border color is #4cfbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cfbda


Comments

No comments written yet.

Please login to write comment.