Color Hex Logo

#4cddc8 Color Hex

#4CDDC8
(76,221,200)
0 Favorites   0 Comments

Color spaces of #4cddc8

RGB 76221200
HSL0.480.680.58
HSV171°66°87°
CMYK 0.660.000.10   0.13
XYZ39.262357.419563.6573
Yxy57.41950.24490.3581
Hunter Lab75.7757-40.11963.2349
CIE-Lab80.4150-43.2051-1.0019

#4cddc8 color RGB value is (76,221,200).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11011101 11001000
Octal 114 335 310
Decimal 76 221 200
Hex 4C DD C8

RGB Percentages of Color #4cddc8

%15.29
%44.47
%40.24

CMYK Percentages of Color #4cddc8

%66
%0
%10
%13

Triadic Colors of #4cddc8

#4cddc8 #c84cdd #ddc84c

Analogous Colors of #4cddc8

#4cddc8 #4caadd #4cdd80

Monochromatic Colors of #4cddc8

#4cddc8

Complementary Color

#4cddc8 #dd4c61

#4cddc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cddc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cddc8 Color CSS Codes

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

#4cddc8 Text Font Color

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

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


#4cddc8 Background Color

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

This div background color is #4cddc8


#4cddc8 Border Color

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

This div border color is #4cddc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cddc8


Comments

No comments written yet.

Please login to write comment.