Color Hex Logo

#4cdfcd Color Hex

#4CDFCD
(76,223,205)
0 Favorites   0 Comments

Color spaces of #4cdfcd

RGB 76223205
HSL0.480.700.59
HSV173°66°87°
CMYK 0.660.000.08   0.13
XYZ40.387658.719666.9630
Yxy58.71960.24320.3536
Hunter Lab76.6287-40.02081.8288
CIE-Lab81.1372-42.7942-2.6027

#4cdfcd color RGB value is (76,223,205).

#4cdfcd hex color red value is 76, green value is 223 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #4cdfcd hue: 0.48 , saturation: 0.70 and the lightness value of 4cdfcd is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11011111 11001101
Octal 114 337 315
Decimal 76 223 205
Hex 4C DF CD

RGB Percentages of Color #4cdfcd

%15.08
%44.25
%40.67

CMYK Percentages of Color #4cdfcd

%66
%0
%8
%13

Triadic Colors of #4cdfcd

#4cdfcd #cd4cdf #dfcd4c

Analogous Colors of #4cdfcd

#4cdfcd #4ca8df #4cdf84

Monochromatic Colors of #4cdfcd

#4cdfcd

Complementary Color

#4cdfcd #df4c5e

#4cdfcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cdfcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cdfcd Color CSS Codes

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

#4cdfcd Text Font Color

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

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


#4cdfcd Background Color

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

This div background color is #4cdfcd


#4cdfcd Border Color

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

This div border color is #4cdfcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cdfcd


Comments

No comments written yet.

Please login to write comment.