Color Hex Logo

#4cfcbd Color Hex

#4CFCBD
(76,252,189)
0 Favorites   0 Comments

Color spaces of #4cfcbd

RGB 76252189
HSL0.440.970.64
HSV159°70°99°
CMYK 0.700.000.25   0.01
XYZ46.976274.831460.1121
Yxy74.83140.25820.4113
Hunter Lab86.5051-54.450419.3532
CIE-Lab89.3140-58.618517.5053

#4cfcbd color RGB value is (76,252,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11111100 10111101
Octal 114 374 275
Decimal 76 252 189
Hex 4C FC BD

RGB Percentages of Color #4cfcbd

%14.70
%48.74
%36.56

CMYK Percentages of Color #4cfcbd

%70
%0
%25
%1

Triadic Colors of #4cfcbd

#4cfcbd #bd4cfc #fcbd4c

Analogous Colors of #4cfcbd

#4cfcbd #4ce3fc #4cfc65

Monochromatic Colors of #4cfcbd

#4cfcbd

Complementary Color

#4cfcbd #fc4c8b

#4cfcbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cfcbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cfcbd Color CSS Codes

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

#4cfcbd Text Font Color

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

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


#4cfcbd Background Color

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

This div background color is #4cfcbd


#4cfcbd Border Color

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

This div border color is #4cfcbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cfcbd


Comments

No comments written yet.

Please login to write comment.