Color Hex Logo

#4cfbcf Color Hex

#4CFBCF
(76,251,207)
0 Favorites   0 Comments

Color spaces of #4cfbcf

RGB 76251207
HSL0.460.960.64
HSV165°70°98°
CMYK 0.700.000.18   0.02
XYZ48.740275.035970.9460
Yxy75.03590.25030.3853
Hunter Lab86.6233-51.154312.0767
CIE-Lab89.4098-54.14418.3530

#4cfbcf color RGB value is (76,251,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11111011 11001111
Octal 114 373 317
Decimal 76 251 207
Hex 4C FB CF

RGB Percentages of Color #4cfbcf

%14.23
%47.00
%38.76

CMYK Percentages of Color #4cfbcf

%70
%0
%18
%2

Triadic Colors of #4cfbcf

#4cfbcf #cf4cfb #fbcf4c

Analogous Colors of #4cfbcf

#4cfbcf #4cd0fb #4cfb78

Monochromatic Colors of #4cfbcf

#4cfbcf

Complementary Color

#4cfbcf #fb4c78

#4cfbcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cfbcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cfbcf Color CSS Codes

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

#4cfbcf Text Font Color

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

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


#4cfbcf Background Color

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

This div background color is #4cfbcf


#4cfbcf Border Color

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

This div border color is #4cfbcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cfbcf

Related Colors


Comments

No comments written yet.

Please login to write comment.