Color Hex Logo

#4cdccc Color Hex

#4CDCCC
(76,220,204)
0 Favorites   0 Comments

Color spaces of #4cdccc

RGB 76220204
HSL0.480.670.58
HSV173°65°86°
CMYK 0.650.000.07   0.14
XYZ39.472857.082566.0643
Yxy57.08250.24270.3510
Hunter Lab75.5530-38.96001.0433
CIE-Lab80.2260-41.7262-3.4095

#4cdccc color RGB value is (76,220,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11011100 11001100
Octal 114 334 314
Decimal 76 220 204
Hex 4C DC CC

RGB Percentages of Color #4cdccc

%15.20
%44.00
%40.80

CMYK Percentages of Color #4cdccc

%65
%0
%7
%14

Triadic Colors of #4cdccc

#4cdccc #cc4cdc #dccc4c

Analogous Colors of #4cdccc

#4cdccc #4ca4dc #4cdc84

Monochromatic Colors of #4cdccc

#4cdccc

Complementary Color

#4cdccc #dc4c5c

#4cdccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cdccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cdccc Color CSS Codes

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

#4cdccc Text Font Color

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

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


#4cdccc Background Color

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

This div background color is #4cdccc


#4cdccc Border Color

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

This div border color is #4cdccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cdccc


Comments

No comments written yet.

Please login to write comment.