Color Hex Logo

#4cd6bf Color Hex

#4CD6BF
(76,214,191)
0 Favorites   0 Comments

Color spaces of #4cd6bf

RGB 76214191
HSL0.470.630.57
HSV170°64°84°
CMYK 0.640.000.11   0.16
XYZ36.431053.391257.6756
Yxy53.39120.24700.3620
Hunter Lab73.0693-38.87444.3493
CIE-Lab78.1054-42.42530.4275

#4cd6bf color RGB value is (76,214,191).

#4cd6bf hex color red value is 76, green value is 214 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #4cd6bf hue: 0.47 , saturation: 0.63 and the lightness value of 4cd6bf is 0.57.

The process color (four color CMYK) of #4cd6bf color hex is 0.64, 0.00, 0.11, 0.16. Web safe color of #4cd6bf is #33cccc. Color #4cd6bf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 11010110 10111111
Octal 114 326 277
Decimal 76 214 191
Hex 4C D6 BF

RGB Percentages of Color #4cd6bf

%15.80
%44.49
%39.71

CMYK Percentages of Color #4cd6bf

%64
%0
%11
%16

Triadic Colors of #4cd6bf

#4cd6bf #bf4cd6 #d6bf4c

Analogous Colors of #4cd6bf

#4cd6bf #4ca8d6 #4cd67a

Monochromatic Colors of #4cd6bf

#4cd6bf

Complementary Color

#4cd6bf #d64c63

#4cd6bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cd6bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cd6bf Color CSS Codes

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

#4cd6bf Text Font Color

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

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


#4cd6bf Background Color

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

This div background color is #4cd6bf


#4cd6bf Border Color

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

This div border color is #4cd6bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cd6bf


Comments

No comments written yet.

Please login to write comment.