Color Hex Logo

#4cfdde Color Hex

#4CFDDE
(76,253,222)
0 Favorites   0 Comments

Color spaces of #4cfdde

RGB 76253222
HSL0.470.980.65
HSV169°70°99°
CMYK 0.700.000.12   0.01
XYZ51.290677.061081.2782
Yxy77.06100.24470.3676
Hunter Lab87.7844-49.32886.5534
CIE-Lab90.3497-51.33321.9348

#4cfdde color RGB value is (76,253,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11111101 11011110
Octal 114 375 336
Decimal 76 253 222
Hex 4C FD DE

RGB Percentages of Color #4cfdde

%13.79
%45.92
%40.29

CMYK Percentages of Color #4cfdde

%70
%0
%12
%1

Triadic Colors of #4cfdde

#4cfdde #de4cfd #fdde4c

Analogous Colors of #4cfdde

#4cfdde #4cc4fd #4cfd86

Monochromatic Colors of #4cfdde

#4cfdde

Complementary Color

#4cfdde #fd4c6b

#4cfdde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cfdde Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cfdde Color CSS Codes

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

#4cfdde Text Font Color

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

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


#4cfdde Background Color

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

This div background color is #4cfdde


#4cfdde Border Color

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

This div border color is #4cfdde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cfdde


Comments

No comments written yet.

Please login to write comment.