Color Hex Logo

#4cedad Color Hex

#4CEDAD
(76,237,173)
0 Favorites   0 Comments

Color spaces of #4cedad

RGB 76237173
HSL0.430.820.61
HSV156°68°93°
CMYK 0.680.000.27   0.07
XYZ40.807565.122049.9542
Yxy65.12200.26180.4178
Hunter Lab80.6982-50.957919.7868
CIE-Lab84.5466-56.191419.1030

#4cedad color RGB value is (76,237,173).

#4cedad hex color red value is 76, green value is 237 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #4cedad hue: 0.43 , saturation: 0.82 and the lightness value of 4cedad is 0.61.

The process color (four color CMYK) of #4cedad color hex is 0.68, 0.00, 0.27, 0.07. Web safe color of #4cedad is #33ff99. Color #4cedad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 11101101 10101101
Octal 114 355 255
Decimal 76 237 173
Hex 4C ED AD

RGB Percentages of Color #4cedad

%15.64
%48.77
%35.60

CMYK Percentages of Color #4cedad

%68
%0
%27
%7

Triadic Colors of #4cedad

#4cedad #ad4ced #edad4c

Analogous Colors of #4cedad

#4cedad #4cdded #4ced5d

Monochromatic Colors of #4cedad

#4cedad

Complementary Color

#4cedad #ed4c8c

#4cedad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cedad Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cedad Color CSS Codes

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

#4cedad Text Font Color

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

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


#4cedad Background Color

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

This div background color is #4cedad


#4cedad Border Color

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

This div border color is #4cedad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cedad


Comments

No comments written yet.

Please login to write comment.