Color Hex Logo

#4cdac4 Color Hex

#4CDAC4
(76,218,196)
0 Favorites   0 Comments

Color spaces of #4cdac4

RGB 76218196
HSL0.470.660.58
HSV171°65°85°
CMYK 0.650.000.10   0.15
XYZ38.015755.664860.9653
Yxy55.66480.24580.3600
Hunter Lab74.6088-39.61383.7784
CIE-Lab79.4227-42.9115-0.3213

#4cdac4 color RGB value is (76,218,196).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11011010 11000100
Octal 114 332 304
Decimal 76 218 196
Hex 4C DA C4

RGB Percentages of Color #4cdac4

%15.51
%44.49
%40.00

CMYK Percentages of Color #4cdac4

%65
%0
%10
%15

Triadic Colors of #4cdac4

#4cdac4 #c44cda #dac44c

Analogous Colors of #4cdac4

#4cdac4 #4ca9da #4cda7d

Monochromatic Colors of #4cdac4

#4cdac4

Complementary Color

#4cdac4 #da4c62

#4cdac4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cdac4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cdac4 Color CSS Codes

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

#4cdac4 Text Font Color

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

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


#4cdac4 Background Color

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

This div background color is #4cdac4


#4cdac4 Border Color

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

This div border color is #4cdac4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cdac4


Comments

No comments written yet.

Please login to write comment.