Color Hex Logo

#4cfcbf Color Hex

#4CFCBF
(76,252,191)
0 Favorites   0 Comments

Color spaces of #4cfcbf

RGB 76252191
HSL0.440.970.64
HSV159°70°99°
CMYK 0.700.000.24   0.01
XYZ47.194974.918961.2636
Yxy74.91890.25740.4086
Hunter Lab86.5557-54.144518.6239
CIE-Lab89.3550-58.182916.5350

#4cfcbf color RGB value is (76,252,191).

#4cfcbf hex color red value is 76, green value is 252 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #4cfcbf hue: 0.44 , saturation: 0.97 and the lightness value of 4cfcbf is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11111100 10111111
Octal 114 374 277
Decimal 76 252 191
Hex 4C FC BF

RGB Percentages of Color #4cfcbf

%14.64
%48.55
%36.80

CMYK Percentages of Color #4cfcbf

%70
%0
%24
%1

Triadic Colors of #4cfcbf

#4cfcbf #bf4cfc #fcbf4c

Analogous Colors of #4cfcbf

#4cfcbf #4ce1fc #4cfc67

Monochromatic Colors of #4cfcbf

#4cfcbf

Complementary Color

#4cfcbf #fc4c89

#4cfcbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cfcbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cfcbf Color CSS Codes

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

#4cfcbf Text Font Color

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

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


#4cfcbf Background Color

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

This div background color is #4cfcbf


#4cfcbf Border Color

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

This div border color is #4cfcbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cfcbf

Related Colors


Comments

No comments written yet.

Please login to write comment.