color codes Logo

#4cfccc color codes

#4CFCCC
(76,252,204)
0 Favorites   0 Comments

Color spaces of #4cfccc

RGB 76252204
HSL0.450.970.64
HSV164°70°99°
CMYK 0.700.000.19   0.01
XYZ48.690075.516969.1367
Yxy75.51690.25180.3906
Hunter Lab86.9005-52.062913.6601
CIE-Lab89.6346-55.250310.2271

#4cfccc color RGB value is (76,252,204).

#4cfccc hex color red value is 76, green value is 252 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #4cfccc hue: 0.45 , saturation: 0.97 and the lightness value of 4cfccc is 0.64.

The process color (four color CMYK) of #4cfccc color code is 0.70, 0.00, 0.19, 0.01. Web safe color of #4cfccc is #33ffcc. Color #4cfccc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 11111100 11001100
Octal 114 374 314
Decimal 76 252 204
Hex 4C FC CC

RGB Percentages of Color #4cfccc

%14.29
%47.37
%38.35

CMYK Percentages of Color #4cfccc

%70
%0
%19
%1

Triadic Colors of #4cfccc

#4cfccc #cc4cfc #fccc4c

Analogous Colors of #4cfccc

#4cfccc #4cd4fc #4cfc74

Monochromatic Colors of #4cfccc

#4cfccc

Complementary Color

#4cfccc #fc4c7c

#4cfccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cfccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cfccc Color CSS Codes

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

#4cfccc Text Font Color

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

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


#4cfccc Background Color

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

This div background color is #4cfccc


#4cfccc Border Color

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

This div border color is #4cfccc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(76,252,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 #4cfccc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cfccc


Comments

No comments written yet.

Please login to write comment.