Color Hex Logo

#4cffde Color Hex

#4CFFDE
(76,255,222)
0 Favorites   0 Comments

Color spaces of #4cffde

RGB 76255222
HSL0.471.000.65
HSV169°70°100°
CMYK 0.700.000.13   0.00
XYZ51.925378.330481.4898
Yxy78.33040.24520.3699
Hunter Lab88.5045-50.15747.3623
CIE-Lab90.9305-52.16432.7788

#4cffde color RGB value is (76,255,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11111111 11011110
Octal 114 377 336
Decimal 76 255 222
Hex 4C FF DE

RGB Percentages of Color #4cffde

%13.74
%46.11
%40.14

CMYK Percentages of Color #4cffde

%70
%0
%13
%0

Triadic Colors of #4cffde

#4cffde #de4cff #ffde4c

Analogous Colors of #4cffde

#4cffde #4cc7ff #4cff85

Monochromatic Colors of #4cffde

#4cffde

Complementary Color

#4cffde #ff4c6d

#4cffde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cffde Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cffde Color CSS Codes

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

#4cffde Text Font Color

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

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


#4cffde Background Color

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

This div background color is #4cffde


#4cffde Border Color

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

This div border color is #4cffde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cffde

Related Colors


Comments

No comments written yet.

Please login to write comment.