Color Hex Logo

#4cdfde Color Hex

#4CDFDE
(76,223,222)
0 Favorites   0 Comments

Color spaces of #4cdfde

RGB 76223222
HSL0.500.700.59
HSV180°66°87°
CMYK 0.660.000.00   0.13
XYZ42.553059.585878.3657
Yxy59.58580.23570.3301
Hunter Lab77.1918-36.6853-6.1573
CIE-Lab81.6125-38.2415-10.9358

#4cdfde color RGB value is (76,223,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11011111 11011110
Octal 114 337 336
Decimal 76 223 222
Hex 4C DF DE

RGB Percentages of Color #4cdfde

%14.59
%42.80
%42.61

CMYK Percentages of Color #4cdfde

%66
%0
%0
%13

Triadic Colors of #4cdfde

#4cdfde #de4cdf #dfde4c

Analogous Colors of #4cdfde

#4cdfde #4c97df #4cdf95

Monochromatic Colors of #4cdfde

#4cdfde

Complementary Color

#4cdfde #df4c4d

#4cdfde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cdfde Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cdfde Color CSS Codes

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

#4cdfde Text Font Color

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

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


#4cdfde Background Color

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

This div background color is #4cdfde


#4cdfde Border Color

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

This div border color is #4cdfde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cdfde


Comments

No comments written yet.

Please login to write comment.