Color Hex Logo

#4cddaf Color Hex

#4CDDAF
(76,221,175)
0 Favorites   0 Comments

Color spaces of #4cddaf

RGB 76221175
HSL0.450.680.58
HSV161°66°87°
CMYK 0.660.000.21   0.13
XYZ36.574856.344549.5053
Yxy56.34450.25680.3956
Hunter Lab75.0630-44.385213.4413
CIE-Lab79.8095-49.293211.3991

#4cddaf color RGB value is (76,221,175).

#4cddaf hex color red value is 76, green value is 221 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #4cddaf hue: 0.45 , saturation: 0.68 and the lightness value of 4cddaf is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11011101 10101111
Octal 114 335 257
Decimal 76 221 175
Hex 4C DD AF

RGB Percentages of Color #4cddaf

%16.10
%46.82
%37.08

CMYK Percentages of Color #4cddaf

%66
%0
%21
%13

Triadic Colors of #4cddaf

#4cddaf #af4cdd #ddaf4c

Analogous Colors of #4cddaf

#4cddaf #4cc3dd #4cdd67

Monochromatic Colors of #4cddaf

#4cddaf

Complementary Color

#4cddaf #dd4c7a

#4cddaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cddaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cddaf Color CSS Codes

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

#4cddaf Text Font Color

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

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


#4cddaf Background Color

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

This div background color is #4cddaf


#4cddaf Border Color

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

This div border color is #4cddaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cddaf


Comments

No comments written yet.

Please login to write comment.