Color Hex Logo

#4fffdc Color Hex

#4FFFDC
(79,255,220)
0 Favorites   0 Comments

Color spaces of #4fffdc

RGB 79255220
HSL0.471.000.65
HSV168°69°100°
CMYK 0.690.000.14   0.00
XYZ51.902778.349680.0976
Yxy78.34960.24670.3725
Hunter Lab88.5153-50.23488.3091
CIE-Lab90.9392-52.26123.8339

#4fffdc color RGB value is (79,255,220).

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

The process color (four color CMYK) of #4fffdc color hex is 0.69, 0.00, 0.14, 0.00. Web safe color of #4fffdc is #66ffcc. Color #4fffdc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 11111111 11011100
Octal 117 377 334
Decimal 79 255 220
Hex 4F FF DC

RGB Percentages of Color #4fffdc

%14.26
%46.03
%39.71

CMYK Percentages of Color #4fffdc

%69
%0
%14
%0

Triadic Colors of #4fffdc

#4fffdc #dc4fff #ffdc4f

Analogous Colors of #4fffdc

#4fffdc #4fcaff #4fff84

Monochromatic Colors of #4fffdc

#4fffdc

Complementary Color

#4fffdc #ff4f72

#4fffdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fffdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fffdc Color CSS Codes

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

#4fffdc Text Font Color

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

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


#4fffdc Background Color

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

This div background color is #4fffdc


#4fffdc Border Color

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

This div border color is #4fffdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fffdc


Comments

No comments written yet.

Please login to write comment.