Color Hex Logo

#4cffdf Color Hex

#4CFFDF
(76,255,223)
0 Favorites   0 Comments

Color spaces of #4cffdf

RGB 76255223
HSL0.471.000.65
HSV169°70°100°
CMYK 0.700.000.13   0.00
XYZ52.059878.384282.1979
Yxy78.38420.24480.3686
Hunter Lab88.5349-49.97546.9281
CIE-Lab90.9549-51.91722.2966

#4cffdf color RGB value is (76,255,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11111111 11011111
Octal 114 377 337
Decimal 76 255 223
Hex 4C FF DF

RGB Percentages of Color #4cffdf

%13.72
%46.03
%40.25

CMYK Percentages of Color #4cffdf

%70
%0
%13
%0

Triadic Colors of #4cffdf

#4cffdf #df4cff #ffdf4c

Analogous Colors of #4cffdf

#4cffdf #4cc6ff #4cff86

Monochromatic Colors of #4cffdf

#4cffdf

Complementary Color

#4cffdf #ff4c6c

#4cffdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cffdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cffdf Color CSS Codes

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

#4cffdf Text Font Color

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

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


#4cffdf Background Color

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

This div background color is #4cffdf


#4cffdf Border Color

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

This div border color is #4cffdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cffdf

#4cffdf Color Palettes


Comments

No comments written yet.

Please login to write comment.