Color Hex Logo

#4fffdb Color Hex

#4FFFDB
(79,255,219)
0 Favorites   0 Comments

Color spaces of #4fffdb

RGB 79255219
HSL0.471.000.65
HSV168°69°100°
CMYK 0.690.000.14   0.00
XYZ51.770678.296779.4020
Yxy78.29670.24720.3738
Hunter Lab88.4854-50.41368.7362
CIE-Lab90.9151-52.50454.3165

#4fffdb color RGB value is (79,255,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 11111111 11011011
Octal 117 377 333
Decimal 79 255 219
Hex 4F FF DB

RGB Percentages of Color #4fffdb

%14.29
%46.11
%39.60

CMYK Percentages of Color #4fffdb

%69
%0
%14
%0

Triadic Colors of #4fffdb

#4fffdb #db4fff #ffdb4f

Analogous Colors of #4fffdb

#4fffdb #4fcbff #4fff83

Monochromatic Colors of #4fffdb

#4fffdb

Complementary Color

#4fffdb #ff4f73

#4fffdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fffdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fffdb Color CSS Codes

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

#4fffdb Text Font Color

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

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


#4fffdb Background Color

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

This div background color is #4fffdb


#4fffdb Border Color

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

This div border color is #4fffdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fffdb


Comments

No comments written yet.

Please login to write comment.