Color Hex Logo

#4cdcbe Color Hex

#4CDCBE
(76,220,190)
0 Favorites   0 Comments

Color spaces of #4cdcbe

RGB 76220190
HSL0.470.670.58
HSV168°65°86°
CMYK 0.650.000.14   0.14
XYZ37.868056.440657.6135
Yxy56.44060.24930.3715
Hunter Lab75.1270-41.49867.1204
CIE-Lab79.8639-45.29113.5176

#4cdcbe color RGB value is (76,220,190).

#4cdcbe hex color red value is 76, green value is 220 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #4cdcbe hue: 0.47 , saturation: 0.67 and the lightness value of 4cdcbe is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11011100 10111110
Octal 114 334 276
Decimal 76 220 190
Hex 4C DC BE

RGB Percentages of Color #4cdcbe

%15.64
%45.27
%39.09

CMYK Percentages of Color #4cdcbe

%65
%0
%14
%14

Triadic Colors of #4cdcbe

#4cdcbe #be4cdc #dcbe4c

Analogous Colors of #4cdcbe

#4cdcbe #4cb2dc #4cdc76

Monochromatic Colors of #4cdcbe

#4cdcbe

Complementary Color

#4cdcbe #dc4c6a

#4cdcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cdcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cdcbe Color CSS Codes

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

#4cdcbe Text Font Color

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

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


#4cdcbe Background Color

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

This div background color is #4cdcbe


#4cdcbe Border Color

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

This div border color is #4cdcbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cdcbe


Comments

No comments written yet.

Please login to write comment.