Color Hex Logo

#4ffbff Color Hex

#4FFBFF
(79,251,255)
0 Favorites   0 Comments

Color spaces of #4ffbff

RGB 79251255
HSL0.501.000.65
HSV181°69°100°
CMYK 0.690.020.00   0.00
XYZ55.771677.8766106.7000
Yxy77.87660.23200.3240
Hunter Lab88.2477-41.6234-9.9139
CIE-Lab90.7236-41.4195-14.6482

#4ffbff color RGB value is (79,251,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 11111011 11111111
Octal 117 373 377
Decimal 79 251 255
Hex 4F FB FF

RGB Percentages of Color #4ffbff

%13.50
%42.91
%43.59

CMYK Percentages of Color #4ffbff

%69
%2
%0
%0

Triadic Colors of #4ffbff

#4ffbff #ff4ffb #fbff4f

Analogous Colors of #4ffbff

#4ffbff #4fa3ff #4fffab

Monochromatic Colors of #4ffbff

#4ffbff

Complementary Color

#4ffbff #ff534f

#4ffbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ffbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ffbff Color CSS Codes

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

#4ffbff Text Font Color

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

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


#4ffbff Background Color

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

This div background color is #4ffbff


#4ffbff Border Color

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

This div border color is #4ffbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ffbff

Related Colors


Comments

No comments written yet.

Please login to write comment.