Color Hex Logo

#4cead2 Color Hex

#4CEAD2
(76,234,210)
0 Favorites   0 Comments

Color spaces of #4cead2

RGB 76234210
HSL0.470.790.61
HSV171°68°92°
CMYK 0.680.000.10   0.08
XYZ44.036265.035371.2049
Yxy65.03530.24430.3608
Hunter Lab80.6445-43.65734.1011
CIE-Lab84.5019-46.3023-0.3196

#4cead2 color RGB value is (76,234,210).

#4cead2 hex color red value is 76, green value is 234 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #4cead2 hue: 0.47 , saturation: 0.79 and the lightness value of 4cead2 is 0.61.

The process color (four color CMYK) of #4cead2 color hex is 0.68, 0.00, 0.10, 0.08. Web safe color of #4cead2 is #33ffcc. Color #4cead2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 11101010 11010010
Octal 114 352 322
Decimal 76 234 210
Hex 4C EA D2

RGB Percentages of Color #4cead2

%14.62
%45.00
%40.38

CMYK Percentages of Color #4cead2

%68
%0
%10
%8

Triadic Colors of #4cead2

#4cead2 #d24cea #ead24c

Analogous Colors of #4cead2

#4cead2 #4cb3ea #4cea83

Monochromatic Colors of #4cead2

#4cead2

Complementary Color

#4cead2 #ea4c64

#4cead2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cead2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cead2 Color CSS Codes

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

#4cead2 Text Font Color

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

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


#4cead2 Background Color

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

This div background color is #4cead2


#4cead2 Border Color

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

This div border color is #4cead2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cead2


Comments

No comments written yet.

Please login to write comment.