Color Hex Logo

#4cdcc1 Color Hex

#4CDCC1
(76,220,193)
0 Favorites   0 Comments

Color spaces of #4cdcc1

RGB 76220193
HSL0.470.670.58
HSV169°65°86°
CMYK 0.650.000.12   0.14
XYZ38.199356.573259.3585
Yxy56.57320.24780.3670
Hunter Lab75.2152-40.97235.8600
CIE-Lab79.9389-44.54472.0299

#4cdcc1 color RGB value is (76,220,193).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11011100 11000001
Octal 114 334 301
Decimal 76 220 193
Hex 4C DC C1

RGB Percentages of Color #4cdcc1

%15.54
%44.99
%39.47

CMYK Percentages of Color #4cdcc1

%65
%0
%12
%14

Triadic Colors of #4cdcc1

#4cdcc1 #c14cdc #dcc14c

Analogous Colors of #4cdcc1

#4cdcc1 #4cafdc #4cdc79

Monochromatic Colors of #4cdcc1

#4cdcc1

Complementary Color

#4cdcc1 #dc4c67

#4cdcc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cdcc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cdcc1 Color CSS Codes

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

#4cdcc1 Text Font Color

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

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


#4cdcc1 Background Color

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

This div background color is #4cdcc1


#4cdcc1 Border Color

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

This div border color is #4cdcc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cdcc1


Comments

No comments written yet.

Please login to write comment.