Color Hex Logo

#4ffdff Color Hex

#4FFDFF
(79,253,255)
1 Favorites   0 Comments

Color spaces of #4ffdff

RGB 79253255
HSL0.501.000.65
HSV181°69°100°
CMYK 0.690.010.00   0.00
XYZ56.399779.1328106.9093
Yxy79.13280.23260.3264
Hunter Lab88.9566-42.5027-8.9859
CIE-Lab91.2943-42.3142-13.7939

#4ffdff color RGB value is (79,253,255).

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

The process color (four color CMYK) of #4ffdff color hex is 0.69, 0.01, 0.00, 0.00. Web safe color of #4ffdff is #66ffff. Color #4ffdff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 11111101 11111111
Octal 117 375 377
Decimal 79 253 255
Hex 4F FD FF

RGB Percentages of Color #4ffdff

%13.46
%43.10
%43.44

CMYK Percentages of Color #4ffdff

%69
%1
%0
%0

Triadic Colors of #4ffdff

#4ffdff #ff4ffd #fdff4f

Analogous Colors of #4ffdff

#4ffdff #4fa5ff #4fffa9

Monochromatic Colors of #4ffdff

#4ffdff

Complementary Color

#4ffdff #ff514f

#4ffdff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ffdff Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ffdff Color CSS Codes

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

#4ffdff Text Font Color

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

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


#4ffdff Background Color

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

This div background color is #4ffdff


#4ffdff Border Color

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

This div border color is #4ffdff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ffdff

Related Colors


Comments

No comments written yet.

Please login to write comment.