Color Hex Logo

#4cdeda Color Hex

#4CDEDA
(76,222,218)
0 Favorites   0 Comments

Color spaces of #4cdeda

RGB 76222218
HSL0.500.690.58
HSV178°66°87°
CMYK 0.660.000.02   0.13
XYZ41.756758.841075.4863
Yxy58.84100.23710.3342
Hunter Lab76.7079-37.0706-4.6503
CIE-Lab81.2041-38.8821-9.4173

#4cdeda color RGB value is (76,222,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11011110 11011010
Octal 114 336 332
Decimal 76 222 218
Hex 4C DE DA

RGB Percentages of Color #4cdeda

%14.73
%43.02
%42.25

CMYK Percentages of Color #4cdeda

%66
%0
%2
%13

Triadic Colors of #4cdeda

#4cdeda #da4cde #deda4c

Analogous Colors of #4cdeda

#4cdeda #4c99de #4cde91

Monochromatic Colors of #4cdeda

#4cdeda

Complementary Color

#4cdeda #de4c50

#4cdeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cdeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cdeda Color CSS Codes

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

#4cdeda Text Font Color

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

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


#4cdeda Background Color

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

This div background color is #4cdeda


#4cdeda Border Color

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

This div border color is #4cdeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cdeda


Comments

No comments written yet.

Please login to write comment.