Color Hex Logo

#4cfcad Color Hex

#4CFCAD
(76,252,173)
0 Favorites   0 Comments

Color spaces of #4cfcad

RGB 76252173
HSL0.430.970.64
HSV153°70°99°
CMYK 0.700.000.31   0.01
XYZ45.333774.174451.4629
Yxy74.17440.26520.4338
Hunter Lab86.1246-56.760324.8590
CIE-Lab89.0048-61.948325.2522

#4cfcad color RGB value is (76,252,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11111100 10101101
Octal 114 374 255
Decimal 76 252 173
Hex 4C FC AD

RGB Percentages of Color #4cfcad

%15.17
%50.30
%34.53

CMYK Percentages of Color #4cfcad

%70
%0
%31
%1

Triadic Colors of #4cfcad

#4cfcad #ad4cfc #fcad4c

Analogous Colors of #4cfcad

#4cfcad #4cf3fc #4cfc55

Monochromatic Colors of #4cfcad

#4cfcad

Complementary Color

#4cfcad #fc4c9b

#4cfcad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cfcad Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cfcad Color CSS Codes

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

#4cfcad Text Font Color

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

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


#4cfcad Background Color

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

This div background color is #4cfcad


#4cfcad Border Color

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

This div border color is #4cfcad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cfcad


Comments

No comments written yet.

Please login to write comment.