Color Hex Logo

#4ceadd Color Hex

#4CEADD
(76,234,221)
0 Favorites   0 Comments

Color spaces of #4ceadd

RGB 76234221
HSL0.490.790.61
HSV175°68°92°
CMYK 0.680.000.06   0.08
XYZ45.454565.602678.6735
Yxy65.60260.23960.3458
Hunter Lab80.9954-41.5681-0.8935
CIE-Lab84.7933-43.4484-5.6861

#4ceadd color RGB value is (76,234,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11101010 11011101
Octal 114 352 335
Decimal 76 234 221
Hex 4C EA DD

RGB Percentages of Color #4ceadd

%14.31
%44.07
%41.62

CMYK Percentages of Color #4ceadd

%68
%0
%6
%8

Triadic Colors of #4ceadd

#4ceadd #dd4cea #eadd4c

Analogous Colors of #4ceadd

#4ceadd #4ca8ea #4cea8e

Monochromatic Colors of #4ceadd

#4ceadd

Complementary Color

#4ceadd #ea4c59

#4ceadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ceadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ceadd Color CSS Codes

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

#4ceadd Text Font Color

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

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


#4ceadd Background Color

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

This div background color is #4ceadd


#4ceadd Border Color

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

This div border color is #4ceadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ceadd


Comments

No comments written yet.

Please login to write comment.