Color Hex Logo

#4cdfbf Color Hex

#4CDFBF
(76,223,191)
0 Favorites   0 Comments

Color spaces of #4cdfbf

RGB 76223191
HSL0.460.700.59
HSV167°66°87°
CMYK 0.660.000.14   0.13
XYZ38.772158.073458.4560
Yxy58.07340.24970.3739
Hunter Lab76.2059-42.54307.8640
CIE-Lab80.7796-46.33294.3116

#4cdfbf color RGB value is (76,223,191).

#4cdfbf hex color red value is 76, green value is 223 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #4cdfbf hue: 0.46 , saturation: 0.70 and the lightness value of 4cdfbf is 0.59.

The process color (four color CMYK) of #4cdfbf color hex is 0.66, 0.00, 0.14, 0.13. Web safe color of #4cdfbf is #33cccc. Color #4cdfbf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 11011111 10111111
Octal 114 337 277
Decimal 76 223 191
Hex 4C DF BF

RGB Percentages of Color #4cdfbf

%15.51
%45.51
%38.98

CMYK Percentages of Color #4cdfbf

%66
%0
%14
%13

Triadic Colors of #4cdfbf

#4cdfbf #bf4cdf #dfbf4c

Analogous Colors of #4cdfbf

#4cdfbf #4cb6df #4cdf76

Monochromatic Colors of #4cdfbf

#4cdfbf

Complementary Color

#4cdfbf #df4c6c

#4cdfbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cdfbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cdfbf Color CSS Codes

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

#4cdfbf Text Font Color

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

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


#4cdfbf Background Color

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

This div background color is #4cdfbf


#4cdfbf Border Color

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

This div border color is #4cdfbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cdfbf


Comments

No comments written yet.

Please login to write comment.