Color Hex Logo

#4cfdbf Color Hex

#4CFDBF
(76,253,191)
0 Favorites   0 Comments

Color spaces of #4cfdbf

RGB 76253191
HSL0.440.980.65
HSV159°70°99°
CMYK 0.700.000.25   0.01
XYZ47.509775.548661.3685
Yxy75.54860.25760.4096
Hunter Lab86.9187-54.539718.9817
CIE-Lab89.6493-58.573216.9483

#4cfdbf color RGB value is (76,253,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11111101 10111111
Octal 114 375 277
Decimal 76 253 191
Hex 4C FD BF

RGB Percentages of Color #4cfdbf

%14.62
%48.65
%36.73

CMYK Percentages of Color #4cfdbf

%70
%0
%25
%1

Triadic Colors of #4cfdbf

#4cfdbf #bf4cfd #fdbf4c

Analogous Colors of #4cfdbf

#4cfdbf #4ce3fd #4cfd67

Monochromatic Colors of #4cfdbf

#4cfdbf

Complementary Color

#4cfdbf #fd4c8a

#4cfdbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cfdbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cfdbf Color CSS Codes

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

#4cfdbf Text Font Color

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

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


#4cfdbf Background Color

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

This div background color is #4cfdbf


#4cfdbf Border Color

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

This div border color is #4cfdbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(76,253,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 #4cfdbf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cfdbf


Comments

No comments written yet.

Please login to write comment.