Color Hex Logo

#4cdead Color Hex

#4CDEAD
(76,222,173)
0 Favorites   0 Comments

Color spaces of #4cdead

RGB 76222173
HSL0.440.690.58
HSV160°66°87°
CMYK 0.660.000.22   0.13
XYZ36.644656.796248.5666
Yxy56.79620.25800.4000
Hunter Lab75.3633-45.091914.5458
CIE-Lab80.0648-50.162612.8176

#4cdead color RGB value is (76,222,173).

#4cdead hex color red value is 76, green value is 222 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #4cdead hue: 0.44 , saturation: 0.69 and the lightness value of 4cdead is 0.58.

The process color (four color CMYK) of #4cdead color hex is 0.66, 0.00, 0.22, 0.13. Web safe color of #4cdead is #33cc99. Color #4cdead contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 11011110 10101101
Octal 114 336 255
Decimal 76 222 173
Hex 4C DE AD

RGB Percentages of Color #4cdead

%16.14
%47.13
%36.73

CMYK Percentages of Color #4cdead

%66
%0
%22
%13

Triadic Colors of #4cdead

#4cdead #ad4cde #dead4c

Analogous Colors of #4cdead

#4cdead #4cc6de #4cde64

Monochromatic Colors of #4cdead

#4cdead

Complementary Color

#4cdead #de4c7d

#4cdead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cdead Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cdead Color CSS Codes

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

#4cdead Text Font Color

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

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


#4cdead Background Color

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

This div background color is #4cdead


#4cdead Border Color

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

This div border color is #4cdead


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(76,222,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 #4cdead">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cdead


Comments

No comments written yet.

Please login to write comment.