Color Hex Logo

#4cdfce Color Hex

#4CDFCE
(76,223,206)
0 Favorites   0 Comments

Color spaces of #4cdfce

RGB 76223206
HSL0.480.700.59
HSV173°66°87°
CMYK 0.660.000.08   0.13
XYZ40.508758.768167.6009
Yxy58.76810.24270.3522
Hunter Lab76.6604-39.83301.3789
CIE-Lab81.1640-42.5341-3.0950

#4cdfce color RGB value is (76,223,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11011111 11001110
Octal 114 337 316
Decimal 76 223 206
Hex 4C DF CE

RGB Percentages of Color #4cdfce

%15.05
%44.16
%40.79

CMYK Percentages of Color #4cdfce

%66
%0
%8
%13

Triadic Colors of #4cdfce

#4cdfce #ce4cdf #dfce4c

Analogous Colors of #4cdfce

#4cdfce #4ca7df #4cdf85

Monochromatic Colors of #4cdfce

#4cdfce

Complementary Color

#4cdfce #df4c5d

#4cdfce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cdfce Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cdfce Color CSS Codes

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

#4cdfce Text Font Color

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

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


#4cdfce Background Color

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

This div background color is #4cdfce


#4cdfce Border Color

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

This div border color is #4cdfce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cdfce


Comments

No comments written yet.

Please login to write comment.