Color Hex Logo

#4cdfcc Color Hex

#4CDFCC
(76,223,204)
0 Favorites   0 Comments

Color spaces of #4cdfcc

RGB 76223204
HSL0.480.700.59
HSV172°66°87°
CMYK 0.660.000.09   0.13
XYZ40.267358.671566.3292
Yxy58.67150.24360.3550
Hunter Lab76.5973-40.20772.2761
CIE-Lab81.1107-43.0534-2.1101

#4cdfcc color RGB value is (76,223,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11011111 11001100
Octal 114 337 314
Decimal 76 223 204
Hex 4C DF CC

RGB Percentages of Color #4cdfcc

%15.11
%44.33
%40.56

CMYK Percentages of Color #4cdfcc

%66
%0
%9
%13

Triadic Colors of #4cdfcc

#4cdfcc #cc4cdf #dfcc4c

Analogous Colors of #4cdfcc

#4cdfcc #4ca9df #4cdf83

Monochromatic Colors of #4cdfcc

#4cdfcc

Complementary Color

#4cdfcc #df4c5f

#4cdfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cdfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cdfcc Color CSS Codes

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

#4cdfcc Text Font Color

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

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


#4cdfcc Background Color

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

This div background color is #4cdfcc


#4cdfcc Border Color

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

This div border color is #4cdfcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cdfcc


Comments

No comments written yet.

Please login to write comment.