Color Hex Logo

#4cdcce Color Hex

#4CDCCE
(76,220,206)
2 Favorites   0 Comments

Color spaces of #4cdcce

RGB 76220206
HSL0.480.670.58
HSV174°65°86°
CMYK 0.650.000.06   0.14
XYZ39.714357.179167.3360
Yxy57.17910.24180.3482
Hunter Lab75.6169-38.58050.1347
CIE-Lab80.2802-41.2008-4.3955

#4cdcce color RGB value is (76,220,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11011100 11001110
Octal 114 334 316
Decimal 76 220 206
Hex 4C DC CE

RGB Percentages of Color #4cdcce

%15.14
%43.82
%41.04

CMYK Percentages of Color #4cdcce

%65
%0
%6
%14

Triadic Colors of #4cdcce

#4cdcce #ce4cdc #dcce4c

Analogous Colors of #4cdcce

#4cdcce #4ca2dc #4cdc86

Monochromatic Colors of #4cdcce

#4cdcce

Complementary Color

#4cdcce #dc4c5a

#4cdcce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cdcce Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cdcce Color CSS Codes

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

#4cdcce Text Font Color

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

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


#4cdcce Background Color

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

This div background color is #4cdcce


#4cdcce Border Color

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

This div border color is #4cdcce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cdcce

#4cdcce Color Palettes


Comments

No comments written yet.

Please login to write comment.