Color Hex Logo

#4cfdca Color Hex

#4CFDCA
(76,253,202)
0 Favorites   0 Comments

Color spaces of #4cfdca

RGB 76253202
HSL0.450.980.65
HSV163°70°99°
CMYK 0.700.000.20   0.01
XYZ48.766476.051367.9862
Yxy76.05130.25290.3944
Hunter Lab87.2074-52.795714.8232
CIE-Lab89.8832-56.112711.6146

#4cfdca color RGB value is (76,253,202).

#4cfdca hex color red value is 76, green value is 253 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #4cfdca hue: 0.45 , saturation: 0.98 and the lightness value of 4cfdca is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11111101 11001010
Octal 114 375 312
Decimal 76 253 202
Hex 4C FD CA

RGB Percentages of Color #4cfdca

%14.31
%47.65
%38.04

CMYK Percentages of Color #4cfdca

%70
%0
%20
%1

Triadic Colors of #4cfdca

#4cfdca #ca4cfd #fdca4c

Analogous Colors of #4cfdca

#4cfdca #4cd8fd #4cfd72

Monochromatic Colors of #4cfdca

#4cfdca

Complementary Color

#4cfdca #fd4c7f

#4cfdca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cfdca Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cfdca Color CSS Codes

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

#4cfdca Text Font Color

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

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


#4cfdca Background Color

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

This div background color is #4cfdca


#4cfdca Border Color

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

This div border color is #4cfdca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cfdca


Comments

No comments written yet.

Please login to write comment.