Color Hex Logo

#4cddbf Color Hex

#4CDDBF
(76,221,191)
0 Favorites   0 Comments

Color spaces of #4cddbf

RGB 76221191
HSL0.470.680.58
HSV168°66°87°
CMYK 0.660.000.14   0.13
XYZ38.240957.011058.2789
Yxy57.01100.24910.3713
Hunter Lab75.5056-41.73107.0910
CIE-Lab80.1858-45.47473.4521

#4cddbf color RGB value is (76,221,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11011101 10111111
Octal 114 335 277
Decimal 76 221 191
Hex 4C DD BF

RGB Percentages of Color #4cddbf

%15.57
%45.29
%39.14

CMYK Percentages of Color #4cddbf

%66
%0
%14
%13

Triadic Colors of #4cddbf

#4cddbf #bf4cdd #ddbf4c

Analogous Colors of #4cddbf

#4cddbf #4cb3dd #4cdd77

Monochromatic Colors of #4cddbf

#4cddbf

Complementary Color

#4cddbf #dd4c6a

#4cddbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cddbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cddbf Color CSS Codes

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

#4cddbf Text Font Color

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

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


#4cddbf Background Color

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

This div background color is #4cddbf


#4cddbf Border Color

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

This div border color is #4cddbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cddbf


Comments

No comments written yet.

Please login to write comment.