Color Hex Logo

#4fbffe Color Hex

#4FBFFE
(79,191,254)
0 Favorites   0 Comments

Color spaces of #4fbffe

RGB 79191254
HSL0.560.990.65
HSV202°69°100°
CMYK 0.690.250.00   0.00
XYZ39.744646.0796100.5654
Yxy46.07960.21320.2472
Hunter Lab67.8820-14.2824-40.3193
CIE-Lab73.5972-12.2994-40.2940

#4fbffe color RGB value is (79,191,254).

#4fbffe hex color red value is 79, green value is 191 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #4fbffe hue: 0.56 , saturation: 0.99 and the lightness value of 4fbffe is 0.65.

The process color (four color CMYK) of #4fbffe color hex is 0.69, 0.25, 0.00, 0.00. Web safe color of #4fbffe is #66ccff. Color #4fbffe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 10111111 11111110
Octal 117 277 376
Decimal 79 191 254
Hex 4F BF FE

RGB Percentages of Color #4fbffe

%15.08
%36.45
%48.47

CMYK Percentages of Color #4fbffe

%69
%25
%0
%0

Triadic Colors of #4fbffe

#4fbffe #fe4fbf #bffe4f

Analogous Colors of #4fbffe

#4fbffe #4f68fe #4ffee6

Monochromatic Colors of #4fbffe

#4fbffe

Complementary Color

#4fbffe #fe8e4f

#4fbffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fbffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fbffe Color CSS Codes

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

#4fbffe Text Font Color

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

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


#4fbffe Background Color

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

This div background color is #4fbffe


#4fbffe Border Color

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

This div border color is #4fbffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fbffe

Related Colors


Comments

No comments written yet.

Please login to write comment.